mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:37:56 +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(recolorTool);
|
||||||
Overlays.deleteOverlay(eyedropperTool);
|
Overlays.deleteOverlay(eyedropperTool);
|
||||||
Overlays.deleteOverlay(selectTool);
|
Overlays.deleteOverlay(selectTool);
|
||||||
|
Overlays.deleteOverlay(slider);
|
||||||
|
Overlays.deleteOverlay(thumb);
|
||||||
Controller.releaseKeyEvents({ text: "+" });
|
Controller.releaseKeyEvents({ text: "+" });
|
||||||
Controller.releaseKeyEvents({ text: "-" });
|
Controller.releaseKeyEvents({ text: "-" });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue