Fix transform feature crash on apply
-Redundant "reset edit" and command commit removed -Redundant apply call removed
This commit is contained in:
@@ -82,6 +82,9 @@ bool TaskDlgFeatureParameters::accept() {
|
||||
// Iterate over parameter dialogs and apply all parameters from them
|
||||
for ( QWidget *wgt : Content ) {
|
||||
TaskFeatureParameters *param = qobject_cast<TaskFeatureParameters *> (wgt);
|
||||
if(!param)
|
||||
continue;
|
||||
|
||||
param->saveHistory ();
|
||||
param->apply ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user