fix-ubuntu-menu.patch
src/app/qgisapp.cpp | ||
---|---|---|
1088 | 1088 |
if ( layout == QDialogButtonBox::GnomeLayout || layout == QDialogButtonBox::MacLayout ) |
1089 | 1089 |
{ |
1090 | 1090 |
QAction* before = mActionNewPrintComposer; |
1091 |
mSettingsMenu->removeAction( mActionProjectProperties ); |
|
1091 | 1092 |
mFileMenu->insertAction( before, mActionProjectProperties ); |
1092 | 1093 |
mFileMenu->insertSeparator( before ); |
1093 |
mSettingsMenu->removeAction( mActionProjectProperties ); |
|
1094 | 1094 |
} |
1095 | 1095 | |
1096 | 1096 |
// View Menu |