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 2ff1f91 commit a069db9Copy full SHA for a069db9
images/themes/default/mActionPan.png
-135 Bytes
images/themes/default/mActionSelectPan.png
1.04 KB
src/app/composer/qgscomposer.cpp
@@ -256,7 +256,7 @@ void QgsComposer::setupTheme()
256
mActionAddNewLabel->setIcon( QgisApp::getThemeIcon( "/mActionLabel.png" ) );
257
mActionAddNewLegend->setIcon( QgisApp::getThemeIcon( "/mActionAddLegend.png" ) );
258
mActionAddNewScalebar->setIcon( QgisApp::getThemeIcon( "/mActionScaleBar.png" ) );
259
- mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionPan.png" ) );
+ mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionSelectPan.png" ) );
260
}
261
262
void QgsComposer::connectSlots()
0 commit comments