summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index 2304e5e0b..2e394e4fc 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -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;
};