Differentiate requested and actual crop.
[dcpomatic.git] / src / wx / timeline_atmos_content_view.cc
index 45a8fccd01913bde066532f3639352171b63d544..ec0f06ec170cd2d374aa5b72f282388633bdd4b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "timeline_atmos_content_view.h"
 
-using boost::shared_ptr;
+
+using std::shared_ptr;
+
 
 /** @class TimelineAtmosContentView
  *  @brief Timeline view for AtmosContent.
@@ -32,12 +35,14 @@ TimelineAtmosContentView::TimelineAtmosContentView (Timeline& tl, shared_ptr<Con
 
 }
 
+
 wxColour
 TimelineAtmosContentView::background_colour () const
 {
        return wxColour (149, 121, 232, 255);
 }
 
+
 wxColour
 TimelineAtmosContentView::foreground_colour () const
 {