mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
fixed vertical thumb placement on window resize
This commit is contained in:
parent
5c22376312
commit
7d67b8e60d
1 changed files with 1 additions and 0 deletions
|
@ -1172,6 +1172,7 @@ function moveTools() {
|
|||
|
||||
sliderX = swatchesX + swatchesWidth - 17;
|
||||
sliderY = windowDimensions.y - sliderHeight + 1;
|
||||
thumbY = sliderY + 11;
|
||||
Overlays.editOverlay(slider, { x: sliderX, y: sliderY, visible: editToolsOn });
|
||||
|
||||
// This is the thumb of our slider
|
||||
|
|
Loading…
Reference in a new issue