Opened 8 years ago

Closed 8 years ago

#12573 closed bug (fixed)

MediaPlayer Timeline ToolTip - Wrong Color

Reported by: looncraz Owned by: jessicah
Priority: normal Milestone: R1
Component: Applications/MediaPlayer Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by diver)

The string view for MediaPlayer's time position tooltip has adopted panel colors, when it should adopt tooltip colors.

Image by kim1963

Attachments (3)

Bitmap Clip.png (39.7 KB ) - added by looncraz 8 years ago.
Image by kim1963
MediaPlayer-PositionToolTip-Color.patch (893 bytes ) - added by looncraz 8 years ago.
MediaPlayer-PositionToolTip-Color.2.patch (1.6 KB ) - added by looncraz 8 years ago.
Improved Patch

Download all attachments as: .zip

Change History (11)

by looncraz, 8 years ago

Attachment: Bitmap Clip.png added

Image by kim1963

comment:1 by diver, 8 years ago

Component: - GeneralApplications/MediaPlayer
Description: modified (diff)
Milestone: UnscheduledR1
Owner: changed from nobody to stippi

comment:2 by looncraz, 8 years ago

patch: 01

comment:3 by jessicah, 8 years ago

Instead of manually specifying the colours, a call to AdoptParentColours() in AttachedToWindows() should be used. This is what your new API function is designed for! I have tested this myself in parallel to your patch ;-)

comment:4 by jessicah, 8 years ago

patch: 10

comment:5 by jessicah, 8 years ago

Owner: changed from stippi to jessicah
Status: newassigned

in reply to:  3 comment:6 by looncraz, 8 years ago

Replying to jessicah:

Instead of manually specifying the colours, a call to AdoptParentColours() in AttachedToWindows() should be used. This is what your new API function is designed for! I have tested this myself in parallel to your patch ;-)

Good point!

This also informed me as to why this didn't do it by itself.

The patch will be uploaded momentarily!

by looncraz, 8 years ago

Improved Patch

comment:7 by looncraz, 8 years ago

patch: 01

comment:8 by jessicah, 8 years ago

Resolution: fixed
Status: assignedclosed

Applied in hrev50008. Thanks!

Note: See TracTickets for help on using tickets.