File tree Expand file tree Collapse file tree 3 files changed +537
-1
lines changed Expand file tree Collapse file tree 3 files changed +537
-1
lines changed Original file line number Diff line number Diff line change 457
457
<file>flags/sr_Latn.png</file>
458
458
<file>flags/te.png</file>
459
459
<file>flags/tl.png</file>
460
+ <file>themes/default/mActionZoomToArea.svg</file>
460
461
</qresource>
461
462
<qresource prefix="/images/tips">
462
463
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Original file line number Diff line number Diff line change @@ -614,7 +614,7 @@ void QgsComposer::setupTheme()
614
614
mActionZoomIn ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomIn.svg" ) );
615
615
mActionZoomOut ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomOut.svg" ) );
616
616
mActionZoomActual ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomActual.svg" ) );
617
- mActionMouseZoom ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomToSelected .svg" ) );
617
+ mActionMouseZoom ->setIcon ( QgsApplication::getThemeIcon ( " /mActionZoomToArea .svg" ) );
618
618
mActionRefreshView ->setIcon ( QgsApplication::getThemeIcon ( " /mActionDraw.svg" ) );
619
619
mActionUndo ->setIcon ( QgsApplication::getThemeIcon ( " /mActionUndo.png" ) );
620
620
mActionRedo ->setIcon ( QgsApplication::getThemeIcon ( " /mActionRedo.png" ) );
You can’t perform that action at this time.
0 commit comments