Commit ccbab533 authored by Kasper Tygesen's avatar Kasper Tygesen

Update floor label so that it hides correctly when using single slider.

parent 88a82f9f
...@@ -663,6 +663,7 @@ function throttle(func, wait, options) { ...@@ -663,6 +663,7 @@ function throttle(func, wait, options) {
if(this.initHasRun) if(this.initHasRun)
{ {
this.updateFloorLab();
this.updateCeilLab(); this.updateCeilLab();
this.initHandles(); this.initHandles();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment