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 c3717c2 commit e7a3215Copy full SHA for e7a3215
src/app/legend/qgslegend.cpp
@@ -1644,7 +1644,7 @@ void QgsLegend::legendLayerShowInOverview()
1644
if ( !li )
1645
return;
1646
1647
- if ( li->type() == QgsLegendItem::LEGEND_LAYER )
+ if ( li->type() != QgsLegendItem::LEGEND_LAYER )
1648
1649
1650
QgsLegendLayer* ll = qobject_cast<QgsLegendLayer *>( li );
src/ui/qgisapp.ui
@@ -1329,9 +1329,6 @@
1329
<property name="text">
1330
<string>Add to Overview</string>
1331
</property>
1332
- <property name="shortcut">
1333
- <string>Ctrl+Shift+O</string>
1334
- </property>
1335
</action>
1336
<action name="mActionAddAllToOverview">
1337
<property name="icon">
0 commit comments