fixed vertical thumb placement on window resize

This commit is contained in:
stojce 2014-02-27 23:28:23 +01:00
parent 5c22376312
commit 7d67b8e60d

View file

@ -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