diff options
Diffstat (limited to 'src/wx/content_timeline_atmos_view.cc')
| -rw-r--r-- | src/wx/content_timeline_atmos_view.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/content_timeline_atmos_view.cc b/src/wx/content_timeline_atmos_view.cc index 4b78a8aee..2352ba5dc 100644 --- a/src/wx/content_timeline_atmos_view.cc +++ b/src/wx/content_timeline_atmos_view.cc @@ -19,6 +19,7 @@ */ +#include "colours.h" #include "content_timeline_atmos_view.h" @@ -39,7 +40,7 @@ ContentTimelineAtmosView::ContentTimelineAtmosView(ContentTimeline& tl, shared_p wxColour ContentTimelineAtmosView::background_colour() const { - return wxColour (149, 121, 232, 255); + return ATMOS_CONTENT_COLOUR; } |
