Appearance: Live update antialiasing text color
...when panel text color changes in addition to panel bg color.
This commit is contained in:
@@ -221,8 +221,10 @@ AntialiasingSettingsView::MessageReceived(BMessage *msg)
|
|||||||
}
|
}
|
||||||
case B_COLORS_UPDATED:
|
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();
|
_UpdateColors();
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user