Commit da63c33b authored by Rafal Zajac's avatar Rafal Zajac

Another bug fix

parent 947ebd14
...@@ -223,6 +223,7 @@ function throttle(func, wait, options) { ...@@ -223,6 +223,7 @@ function throttle(func, wait, options) {
var thrLow = throttle(function() var thrLow = throttle(function()
{ {
self.setMinAndMax();
self.updateLowHandle(self.valueToOffset(self.scope.rzSliderModel)); self.updateLowHandle(self.valueToOffset(self.scope.rzSliderModel));
if(self.range) if(self.range)
...@@ -235,6 +236,7 @@ function throttle(func, wait, options) { ...@@ -235,6 +236,7 @@ function throttle(func, wait, options) {
var thrHigh = throttle(function() var thrHigh = throttle(function()
{ {
self.setMinAndMax();
self.updateHighHandle(self.valueToOffset(self.scope.rzSliderHigh)); self.updateHighHandle(self.valueToOffset(self.scope.rzSliderHigh));
self.updateSelectionBar(); self.updateSelectionBar();
self.updateCmbLabel(); self.updateCmbLabel();
......
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