Skip to content

Commit 21ae813

Browse files
committedMay 28, 2014
Improve composer mouse zoom action icon
1 parent b49ce33 commit 21ae813

File tree

3 files changed

+537
-1
lines changed

3 files changed

+537
-1
lines changed
 

‎images/images.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@
457457
<file>flags/sr_Latn.png</file>
458458
<file>flags/te.png</file>
459459
<file>flags/tl.png</file>
460+
<file>themes/default/mActionZoomToArea.svg</file>
460461
</qresource>
461462
<qresource prefix="/images/tips">
462463
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Lines changed: 535 additions & 0 deletions
Loading

‎src/app/composer/qgscomposer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ void QgsComposer::setupTheme()
614614
mActionZoomIn->setIcon( QgsApplication::getThemeIcon( "/mActionZoomIn.svg" ) );
615615
mActionZoomOut->setIcon( QgsApplication::getThemeIcon( "/mActionZoomOut.svg" ) );
616616
mActionZoomActual->setIcon( QgsApplication::getThemeIcon( "/mActionZoomActual.svg" ) );
617-
mActionMouseZoom->setIcon( QgsApplication::getThemeIcon( "/mActionZoomToSelected.svg" ) );
617+
mActionMouseZoom->setIcon( QgsApplication::getThemeIcon( "/mActionZoomToArea.svg" ) );
618618
mActionRefreshView->setIcon( QgsApplication::getThemeIcon( "/mActionDraw.svg" ) );
619619
mActionUndo->setIcon( QgsApplication::getThemeIcon( "/mActionUndo.png" ) );
620620
mActionRedo->setIcon( QgsApplication::getThemeIcon( "/mActionRedo.png" ) );

0 commit comments

Comments
 (0)
Please sign in to comment.