Skip to content

Commit

Permalink
Add 'scene' to main menu #205
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Jul 4, 2024
1 parent a07973b commit 4d307ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/GUI/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ void MainWindow::setupMenuBar()
sceneToolBtn->setMenu(sceneToolMenu);
mToolbar->addWidget(sceneToolBtn);

mSceneMenu = new QMenu(this); //mMenuBar->addMenu(tr("Scene", "MenuBar"));
mSceneMenu = mMenuBar->addMenu(tr("Scene", "MenuBar"));

const auto newSceneAct = mSceneMenu->addAction(QIcon::fromTheme("file_new"),
tr("New Scene", "MenuBar_Scene"),
Expand Down

0 comments on commit 4d307ab

Please sign in to comment.