Rename Sketcher icons
Renamed Sketcher_AlterConstruction.svg to Sketcher_ToggleConstruction.svg, and renamed the original Sketcher_ToggleConstruction.svg to Sketcher_ToggleConstruction_old.svg as per the directions of vocx in this forum post: https://forum.freecadweb.org/viewtopic.php?f=21&t=42131&p=357725#p357725
This commit is contained in:
@@ -163,7 +163,7 @@ void ElementView::contextMenuEvent (QContextMenuEvent* event)
|
||||
|
||||
menu.addSeparator();
|
||||
|
||||
CONTEXT_ITEM("Sketcher_AlterConstruction","Toggle construction line","Sketcher_ToggleConstruction",doToggleConstruction,true)
|
||||
CONTEXT_ITEM("Sketcher_ToggleConstruction","Toggle construction line","Sketcher_ToggleConstruction",doToggleConstruction,true)
|
||||
|
||||
menu.addSeparator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user