Skip to content

Commit a069db9

Browse files
author
mhugent
committed
Restored old pan icon in qgis main window and added select-pan icon for composer
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9481 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2ff1f91 commit a069db9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

images/themes/default/mActionPan.png

-135 Bytes
Loading
1.04 KB
Loading

src/app/composer/qgscomposer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ void QgsComposer::setupTheme()
256256
mActionAddNewLabel->setIcon( QgisApp::getThemeIcon( "/mActionLabel.png" ) );
257257
mActionAddNewLegend->setIcon( QgisApp::getThemeIcon( "/mActionAddLegend.png" ) );
258258
mActionAddNewScalebar->setIcon( QgisApp::getThemeIcon( "/mActionScaleBar.png" ) );
259-
mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionPan.png" ) );
259+
mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionSelectPan.png" ) );
260260
}
261261

262262
void QgsComposer::connectSlots()

0 commit comments

Comments
 (0)