mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-02 18:54:29 -05:00
Merge pull request #2133 from zonkmachine/knob-update
Update knob after changing response 'lin/log'
This commit is contained in:
@@ -497,6 +497,7 @@ void Knob::contextMenuEvent( QContextMenuEvent * )
|
||||
void Knob::toggleScale()
|
||||
{
|
||||
model()->setScaleLogarithmic( ! model()->isScaleLogarithmic() );
|
||||
update();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user