beos: Also set LowColor on toolbar buttons when attached

This commit is contained in:
François Revol 2014-01-01 19:53:42 +01:00
parent a7ef9dc4ab
commit 3a1bf5c20f
1 changed files with 5 additions and 0 deletions

View File

@ -614,10 +614,15 @@ NSBaseView::AllAttached()
g->tool_bar->SetViewColor(c);
g->back_button->SetViewColor(c);
g->back_button->SetLowColor(c);
g->forward_button->SetViewColor(c);
g->forward_button->SetLowColor(c);
g->stop_button->SetViewColor(c);
g->stop_button->SetLowColor(c);
g->reload_button->SetViewColor(c);
g->reload_button->SetLowColor(c);
g->home_button->SetViewColor(c);
g->home_button->SetLowColor(c);
g->url_bar->SetViewColor(c);
g->throbber->SetViewColor(c);
g->scroll_view->SetViewColor(c);