Skip to content

Commit

Permalink
UI fix: make sure default tool mode is set
Browse files Browse the repository at this point in the history
Make sure default tool mode (object) is set in the UI before starting a new project, else you might end up with the wrong tool mode selected.

Example: you are in text mode, you (for whatever reason) make or load a new project, the text tool is still "active" (as in selected in the UI) but you are actually in object mode since that is the default mode for any new project.
  • Loading branch information
rodlie committed Oct 2, 2024
1 parent b48c516 commit 56237d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/GUI/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,7 @@ void MainWindow::askInstallRenderPresets()
void MainWindow::openWelcomeDialog()
{
mStackWidget->setCurrentIndex(mStackIndexWelcome);
mActions.setMovePathMode();
}

void MainWindow::closeWelcomeDialog()
Expand Down

0 comments on commit 56237d5

Please sign in to comment.