We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabcce4 commit 619e875Copy full SHA for 619e875
src/Interface/Application/ModuleWidget.cc
@@ -587,7 +587,7 @@ void ModuleWidget::fillReplaceWithMenu(QMenu* menu)
587
588
void ModuleWidget::replaceModuleWith()
589
{
590
- replaceWithDialog_->deleteLater();
+ delete replaceWithDialog_;
591
replaceWithDialog_ = nullptr;
592
auto action = qobject_cast<QAction*>(sender());
593
auto moduleToReplace = action->text();
0 commit comments