svghmi/widget_scrollbar.ysl2
branchsvghmi
changeset 3137 ac3ec66e9c6d
parent 3136 784c839d4259
child 3138 1d724e8d5592
--- a/svghmi/widget_scrollbar.ysl2	Fri Feb 12 22:00:07 2021 +0100
+++ b/svghmi/widget_scrollbar.ysl2	Sun Feb 14 05:15:13 2021 +0100
@@ -42,7 +42,6 @@
 
             let new_y = this.range_elt.y.baseVal.value + Math.round(Math.min(this.position,range) * pixels / units);
             let new_height = Math.round(maxh * size/range);
-            console.log(new_y, new_height);
 
             this.cursor_elt.y.baseVal.value = new_y;
             this.cursor_elt.height.baseVal.value = new_height;