diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index 80dd7f7fa..597e96536 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -1475,6 +1475,7 @@ void MainWindow::Clear() qt_ntfs_permission_lookup--; // turn it off again #endif /*Q_OS_WIN32*/ qApp->getUndoStack()->clear(); + toolOptions->itemClicked(nullptr); } //---------------------------------------------------------------------------------------------------------------------