Don't undo zoom! (#7943)
Makes it so that editor zoom, automation tension, along with quantization, note length, and all other combo boxes are not added to the undo history. --------- Co-authored-by: szeli1 <143485814+szeli1@users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
||||
bool isDefaultConstructed = false ) :
|
||||
IntModel( 0, 0, 0, parent, displayName, isDefaultConstructed )
|
||||
{
|
||||
setJournalling(false);
|
||||
}
|
||||
|
||||
void addItem( QString item, std::unique_ptr<PixmapLoader> loader = nullptr );
|
||||
|
||||
Reference in New Issue
Block a user