Description
Calling Gutter.setFoldBackground(Color) does not repaint the fold portion of the gutter, causing the new color to not immediately take effect.
Steps to Reproduce
Specific steps to reproduce the behavior:
Call Gutter.setFoldBackground(Color) while an instance of RSTA/RTextScrollPane is visible.
Expected behavior
The new color is reflected in any existing fold icons.
Actual behavior
The new color is not reflected until mouseover.
Description Calling
Gutter.setFoldBackground(Color)
does not repaint the fold portion of the gutter, causing the new color to not immediately take effect.Steps to Reproduce Specific steps to reproduce the behavior:
Gutter.setFoldBackground(Color)
while an instance of RSTA/RTextScrollPane is visible.Expected behavior The new color is reflected in any existing fold icons.
Actual behavior The new color is not reflected until mouseover.