[haiku-bugs] Re: [Haiku] #12921: [Interface Kit] white progressbar background in FilWip

  • From: "looncraz" <trac@xxxxxxxxxxxx>
  • Date: Thu, 17 Nov 2016 16:13:48 -0000

#12921: [Interface Kit] white progressbar background in FilWip
----------------------------------+----------------------------
   Reporter:  diver               |      Owner:  looncraz
       Type:  bug                 |     Status:  reopened
   Priority:  high                |  Milestone:  R1/beta1
  Component:  Kits/Interface Kit  |    Version:  R1/Development
 Resolution:                      |   Keywords:
 Blocked By:                      |   Blocking:
Has a Patch:  0                   |   Platform:  All
----------------------------------+----------------------------
Changes (by looncraz):

 * status:  closed => reopened
 * resolution:  invalid =>


Comment:

 Replying to [comment:2 Janus]:

The progressbar color is hardcoded.

MainWindow.cpp:174

{{{
statusBar->SetBarColor (StatusBarColor);
}}}

Costants.h.83

{{{
StatusBarColor =              {245, 187,  46, 255},
}}}


 Aside from being the wrong color for a status bar, this bug is about the
 background surrounding the control - not the bar color, which works just
 fine across the system.

 If you have hard coded the status bar color - revert that, it's not
 correct.  The status bar has its own, user-customizable, color setting in
 Appearance.  This setting can be overridden by applications using
 SetBarColor().

 I am setting this bug back to open.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12921#comment:4>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: