Update knob after changing response 'lin/log'

This commit is contained in:
Oskar Wallgren
2015-06-25 00:09:08 +02:00
parent ce7c9a5b8c
commit 31e9ce2922

View File

@@ -497,6 +497,7 @@ void Knob::contextMenuEvent( QContextMenuEvent * )
void Knob::toggleScale()
{
model()->setScaleLogarithmic( ! model()->isScaleLogarithmic() );
update();
}