mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-27 02:45:59 +02:00
Fix group clear button messing up select-in-box state
This commit is contained in:
parent
76889d1b67
commit
895ffaf1f9
1 changed files with 0 additions and 1 deletions
|
@ -2776,7 +2776,6 @@ ToolsMenu = function (side, leftInputs, rightInputs, uiCommandCallback) {
|
|||
break;
|
||||
|
||||
case "clearGroupSelection":
|
||||
optionsToggles.groupSelectionBoxButton = false;
|
||||
index = clearGroupingButtonIndex;
|
||||
Overlays.editOverlay(optionsOverlays[index], {
|
||||
color: optionsItems[index].properties.color
|
||||
|
|
Loading…
Reference in a new issue