diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-13 15:19:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-13 15:19:29 +0100 |
commit | 12b4ce09ea3d68c59bc1711e365c1bb8275302ad (patch) | |
tree | d423cb1395473b9b95dfc3a590265acab18637c8 /gui/wizard.cpp | |
parent | cafae606e2653a249e4b6aa90ed8a90952cbfa10 (diff) |
gui, tracker/pt: add new clip logic
Diffstat (limited to 'gui/wizard.cpp')
-rw-r--r-- | gui/wizard.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/wizard.cpp b/gui/wizard.cpp index 4075e695..e62acce5 100644 --- a/gui/wizard.cpp +++ b/gui/wizard.cpp @@ -51,6 +51,10 @@ void Wizard::set_data() m = ClipRight; else if (ui.clip_model_left->isChecked()) m = ClipLeft; + else if (ui.new_clip_right->isChecked()) + m = New_ClipRight; + else if (ui.new_clip_right->isChecked()) + m = New_ClipLeft; else // ui.cap_model m = Cap; |