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:
Alex
2025-06-15 20:41:23 +02:00
committed by GitHub
parent 45ab56dd71
commit 76dddd8c66
4 changed files with 15 additions and 8 deletions

View File

@@ -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 );