Skip to content

Commit

Permalink
Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen authored Dec 20, 2024
1 parent 3f99cfc commit b3db05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QMLComponents/analysisform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ void AnalysisForm::runScriptRequestDone(const QString& result, const QString& co
// Some controls generate extra controls (rowComponents): these extra controls must be first destroyed, because they may disturb the binding of other controls
// For this, bind all controls to null and wait for the controls to be completely destroyed.
QTimer::singleShot(0, [=](){
bindTo(options);
bindTo(options);
blockValueChangeSignal(false, false);
_analysis->boundValueChangedHandler();
_analysis->boundValueChangedHandler();
});
}
}
Expand Down

0 comments on commit b3db05d

Please sign in to comment.