Skip to content

Commit a240f44

Browse files
etienneskyjef-n
authored andcommitted
fix #4434
1 parent 6b9d5a7 commit a240f44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,6 @@ void QgisApp::setFontSize( int fontSize )
10901090

10911091
void QgisApp::createMenus()
10921092
{
1093-
10941093
/*
10951094
* The User Interface Guidelines for each platform specify different locations
10961095
* for the following items.
@@ -1130,9 +1129,9 @@ void QgisApp::createMenus()
11301129
if ( layout == QDialogButtonBox::GnomeLayout || layout == QDialogButtonBox::MacLayout )
11311130
{
11321131
QAction* before = mActionNewPrintComposer;
1132+
mSettingsMenu->removeAction( mActionProjectProperties );
11331133
mFileMenu->insertAction( before, mActionProjectProperties );
11341134
mFileMenu->insertSeparator( before );
1135-
mSettingsMenu->removeAction( mActionProjectProperties );
11361135
}
11371136

11381137
// View Menu

0 commit comments

Comments
 (0)