Fix slider.
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Sep 2018 12:33:18 +0000 (13:33 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 11 Sep 2018 12:33:18 +0000 (13:33 +0100)
src/wx/controls.cc

index 96bd624ace46c252940a1e1d753fb660b978d810..de0060d649e163cc19767d40097aeaa6b4fe94e1 100644 (file)
@@ -122,8 +122,10 @@ Controls::stopped ()
 void
 Controls::position_changed ()
 {
-       update_position_label ();
-       update_position_slider ();
+       if (!_slider_being_moved) {
+               update_position_label ();
+               update_position_slider ();
+       }
 }
 
 void