summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2014-01-01 19:53:42 +0100
committerFrançois Revol <revol@free.fr>2014-01-04 19:44:07 +0100
commit3a1bf5c20fe9e30117dabadbfc9277a6ec3eb295 (patch)
tree7f3572f8fa05b999faec6db12ef6b7b288284635 /beos
parenta7ef9dc4abb57e0d0675de6befc8c639ea9c3a3b (diff)
downloadnetsurf-3a1bf5c20fe9e30117dabadbfc9277a6ec3eb295.tar.gz
netsurf-3a1bf5c20fe9e30117dabadbfc9277a6ec3eb295.tar.bz2
beos: Also set LowColor on toolbar buttons when attached
Diffstat (limited to 'beos')
-rw-r--r--beos/scaffolding.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/beos/scaffolding.cpp b/beos/scaffolding.cpp
index a67ab50f8..06184f24e 100644
--- a/beos/scaffolding.cpp
+++ b/beos/scaffolding.cpp
@@ -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);