SetColor and redraw listitems on revert. Fixes #9640

Finally the point of these commits, to fix this bug.
This commit is contained in:
John Scipione
2013-04-08 23:13:34 -04:00
parent 0112415f3b
commit 135f35e5c7
+2
View File
@@ -276,5 +276,7 @@ APRView::_UpdateAllColors()
color_which which = get_color_description(i)->which;
rgb_color color = fCurrentSet.GetColor(which);
set_ui_color(which, color);
static_cast<ColorWhichItem*>(fAttrList->ItemAt(i))->SetColor(color);
fAttrList->InvalidateItem(i);
}
}