Skip to content

Commit

Permalink
Merged revision(s) 21744 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] Plugin editor: Pasting a preset may cause a change of the menu bar height due to longer preset name.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@21745 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Sep 25, 2024
1 parent 236d98d commit 484ce62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mptrack/AbstractVstEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ void CAbstractVstEditor::OnPasteParameters()
{
pModDoc->SetModified();
}
WindowSizeAdjuster adjuster(*this);
UpdatePresetField();
} else
{
Expand Down Expand Up @@ -340,7 +341,6 @@ void CAbstractVstEditor::UpdatePresetField()
}

DrawMenuBar();

}


Expand Down

0 comments on commit 484ce62

Please sign in to comment.