Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
KROIA committed Apr 3, 2024
1 parent d8fec3a commit 714d0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/ui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ namespace CLC
m_exportSettingsDialog->setItems(elements);
m_exportSettingsDialog->hide();
connect(m_exportSettingsDialog, &CheckBoxSelectionDialog::okButtonClicked, this, &MainWindow::onExportDialogOkButtonClicked);
connect(m_exportSettingsDialog, &CheckBoxSelectionDialog::close, this, [this]() {
connect(m_exportSettingsDialog, &CheckBoxSelectionDialog::dialogClosed, this, [this]() {
RibbonImpl::ProjectButtons prjButtons = RibbonImpl::getProjectButtons();
if (prjButtons.saveExistingProject)
prjButtons.saveExistingProject->enableLoadingCircle(false);
Expand Down

0 comments on commit 714d0ae

Please sign in to comment.