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 6b9d5a7 commit a240f44Copy full SHA for a240f44
1 file changed
src/app/qgisapp.cpp
@@ -1090,7 +1090,6 @@ void QgisApp::setFontSize( int fontSize )
1090
1091
void QgisApp::createMenus()
1092
{
1093
-
1094
/*
1095
* The User Interface Guidelines for each platform specify different locations
1096
* for the following items.
@@ -1130,9 +1129,9 @@ void QgisApp::createMenus()
1130
1129
if ( layout == QDialogButtonBox::GnomeLayout || layout == QDialogButtonBox::MacLayout )
1131
1132
QAction* before = mActionNewPrintComposer;
+ mSettingsMenu->removeAction( mActionProjectProperties );
1133
mFileMenu->insertAction( before, mActionProjectProperties );
1134
mFileMenu->insertSeparator( before );
1135
- mSettingsMenu->removeAction( mActionProjectProperties );
1136
}
1137
1138
// View Menu
0 commit comments