We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1b7e346 commit 6ed804fCopy full SHA for 6ed804f
src/app/composer/qgscomposermanager.cpp
@@ -225,9 +225,11 @@ void QgsComposerManager::on_mComposerListWidget_currentItemChanged( QListWidgetI
225
if ( mDefaultTemplateMap.contains( current->text() ) )
226
{
227
mRenamePushButton->setEnabled( false );
228
+ mRemoveButton->setEnabled( false );
229
}
230
else
231
232
mRenamePushButton->setEnabled( true );
233
+ mRemoveButton->setEnabled( true );
234
235
0 commit comments