diff options
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 3 |
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; }; |
