mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
correctly shutdown slider
This commit is contained in:
parent
766a922fb3
commit
6591a4b7fa
1 changed files with 2 additions and 0 deletions
|
@ -1344,6 +1344,8 @@ function scriptEnding() {
|
|||
Overlays.deleteOverlay(recolorTool);
|
||||
Overlays.deleteOverlay(eyedropperTool);
|
||||
Overlays.deleteOverlay(selectTool);
|
||||
Overlays.deleteOverlay(slider);
|
||||
Overlays.deleteOverlay(thumb);
|
||||
Controller.releaseKeyEvents({ text: "+" });
|
||||
Controller.releaseKeyEvents({ text: "-" });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue