Opened 8 years ago

Closed 8 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)

navigator.png (26.8 KB ) - added by diver 8 years ago.
BButton-Color-Adapt.patch (2.3 KB ) - added by looncraz 8 years ago.

Download all attachments as: .zip

Change History (6)

by diver, 8 years ago

Attachment: navigator.png added

comment:1 by looncraz, 8 years ago

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.

in reply to:  1 comment:2 by looncraz, 8 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 looncraz, 8 years ago

Attachment: BButton-Color-Adapt.patch added

comment:3 by looncraz, 8 years ago

patch: 01

comment:4 by jessicah, 8 years ago

Resolution: fixed
Status: newclosed

Applied in hrev50015.

Note: See TracTickets for help on using tickets.