Fix alignment.
[dcpomatic.git] / src / wx / video_panel.h
index 2304e5e0b7f3bb3041b22b03757283613a36317b..2e394e4fc7af4b68aab25e7d97cad7b1c3894d22 100644 (file)
@@ -95,4 +95,7 @@ private:
        wxButton* _edit_colour_conversion_button;
        wxStaticText* _range_label;
        wxChoice* _range;
+
+       bool _left_changed_last = true;
+       bool _top_changed_last = true;
 };