diff options
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; |