Add Unselect all in menu

This commit is contained in:
Josue Huaroto
2023-09-06 23:44:39 +00:00
committed by Seth Hillbrand
parent a7a642e090
commit cef0f176d3
16 changed files with 101 additions and 0 deletions
+1
View File
@@ -310,6 +310,7 @@ bool EDIT_TOOL::Init()
menu.AddSeparator( 150 );
menu.AddItem( ACTIONS::selectAll, noItemsCondition, 150 );
menu.AddItem( ACTIONS::unselectAll, noItemsCondition, 150 );
// clang-format on
return true;