mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Change rotate point icon on theme change
git-svn-id: http://svn.osgeo.org/qgis/trunk@12025 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
8ffbccf6fb
commit
d8b5738033
@ -1675,6 +1675,7 @@ void QgisApp::setTheme( QString theThemeName )
|
||||
mActionDeleteRing->setIcon( getThemeIcon( "/mActionDeleteRing.png" ) );
|
||||
mActionDeletePart->setIcon( getThemeIcon( "/mActionDeletePart.png" ) );
|
||||
mActionMergeFeatures->setIcon( getThemeIcon( "/mActionMergeFeatures.png" ) );
|
||||
mActionRotatePointSymbols->setIcon( getThemeIcon( "mActionRotatePointSymbols.png" ) );
|
||||
mActionNodeTool->setIcon( getThemeIcon( "/mActionNodeTool.png" ) );
|
||||
mActionZoomIn->setIcon( getThemeIcon( "/mActionZoomIn.png" ) );
|
||||
mActionZoomOut->setIcon( getThemeIcon( "/mActionZoomOut.png" ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user