File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1531,8 +1531,11 @@ void QgisApp::setTheme( QString theThemeName )
1531
1531
mActionAddVertex ->setIcon ( getThemeIcon ( " /mActionAddVertex.png" ) );
1532
1532
mActionMoveVertex ->setIcon ( getThemeIcon ( " /mActionMoveVertex.png" ) );
1533
1533
mActionDeleteVertex ->setIcon ( getThemeIcon ( " /mActionDeleteVertex.png" ) );
1534
+ mActionSimplifyFeature ->setIcon ( getThemeIcon ( " /mActionSimplify.png" ) );
1534
1535
mActionAddRing ->setIcon ( getThemeIcon ( " /mActionAddRing.png" ) );
1535
1536
mActionAddIsland ->setIcon ( getThemeIcon ( " /mActionAddIsland.png" ) );
1537
+ mActionDeleteHole ->setIcon ( getThemeIcon ( " /mActionDeleteHole.png" ) );
1538
+ mActionDeletePart ->setIcon ( getThemeIcon ( " /mActionDeletePart.png" ) );
1536
1539
mActionZoomIn ->setIcon ( getThemeIcon ( " /mActionZoomIn.png" ) );
1537
1540
mActionZoomOut ->setIcon ( getThemeIcon ( " /mActionZoomOut.png" ) );
1538
1541
mActionZoomFullExtent ->setIcon ( getThemeIcon ( " /mActionZoomFullExtent.png" ) );
You can’t perform that action at this time.
0 commit comments