Opened 9 years ago
Closed 9 years ago
#12568 closed bug (fixed)
[Tracker] Navigator buttons background color
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/Development |
Keywords: | Cc: | looncraz | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Attachments (2)
Change History (6)
by , 9 years ago
Attachment: | navigator.png added |
---|
follow-up: 2 comment:1 by , 9 years ago
comment:2 by , 9 years ago
Replying to looncraz:
The solution for this best involves the addition of two new BButton methods:
void SetButtonColor(rgb_color color); void SetButtonColor(color_which which, float tint);
I have a patch I need to modify that does this, I will be modifying it today and I'll post it here after I do that.
Scratch all that, I decided on a much easier way to address the issue without worrying about adding anything to the API.
Stay tuned for the patch.
by , 9 years ago
Attachment: | BButton-Color-Adapt.patch added |
---|
comment:3 by , 9 years ago
patch: | 0 → 1 |
---|
Note:
See TracTickets
for help on using tickets.
The solution for this best involves the addition of two new BButton methods:
void SetButtonColor(rgb_color color); void SetButtonColor(color_which which, float tint);
I have a patch I need to modify that does this, I will be modifying it today and I'll post it here after I do that.