diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-31 00:44:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-31 00:44:57 +0200 |
| commit | 8a0ab373363c34daf5d926e951ee79fc422fdb3d (patch) | |
| tree | 09c0252505036b09203fa272c35c07090f6ac173 /src/wx/video_panel.h | |
| parent | 5b27212aa670a5555b64d2123bb70673987564b4 (diff) | |
Tweak behaviour of crop link buttons (#2034).
Now if you change left and click "link" the right will follow it,
and vice versa.
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; }; |
