Fix video toolbox keyframe color
This commit is contained in:
parent
1de8d04a43
commit
cb1157a308
|
@ -184,7 +184,7 @@ void VideoSlider::OnPaint(wxPaintEvent &) {
|
|||
GetClientSize(&w, &h);
|
||||
|
||||
// Colors
|
||||
wxColour shad = wxSystemSettings::GetColour(wxSYS_COLOUR_3DDKSHADOW);
|
||||
wxColour shad = wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT);
|
||||
wxColour high = wxSystemSettings::GetColour(wxSYS_COLOUR_3DLIGHT);
|
||||
wxColour face = wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE);
|
||||
wxColour sel(123,251,232);
|
||||
|
|
Loading…
Reference in a new issue