Appearance: Live update antialiasing text color
...when panel text color changes in addition to panel bg color.
This commit is contained in:
parent
8b902d940a
commit
5f6a4730cb
@ -221,8 +221,10 @@ AntialiasingSettingsView::MessageReceived(BMessage *msg)
|
||||
}
|
||||
case B_COLORS_UPDATED:
|
||||
{
|
||||
if (msg->HasColor(ui_color_name(B_PANEL_BACKGROUND_COLOR)))
|
||||
if (msg->HasColor(ui_color_name(B_PANEL_BACKGROUND_COLOR))
|
||||
|| msg->HasColor(ui_color_name(B_PANEL_TEXT_COLOR))) {
|
||||
_UpdateColors();
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user