From 31e9ce2922c34b6ab2f8191b8ac8ef21b9eb51ad Mon Sep 17 00:00:00 2001 From: Oskar Wallgren Date: Thu, 25 Jun 2015 00:09:08 +0200 Subject: [PATCH] Update knob after changing response 'lin/log' --- src/gui/widgets/Knob.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/widgets/Knob.cpp b/src/gui/widgets/Knob.cpp index 7c6b26c36..f13dcc1dd 100644 --- a/src/gui/widgets/Knob.cpp +++ b/src/gui/widgets/Knob.cpp @@ -497,6 +497,7 @@ void Knob::contextMenuEvent( QContextMenuEvent * ) void Knob::toggleScale() { model()->setScaleLogarithmic( ! model()->isScaleLogarithmic() ); + update(); }