summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/controls.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc
index 96bd624ac..de0060d64 100644
--- a/src/wx/controls.cc
+++ b/src/wx/controls.cc
@@ -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