Skip to content

Commit

Permalink
Fixed dexed window size after closing param dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jul 18, 2015
1 parent 10b8fbb commit 81cfcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/dexed/source/PluginEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ void DexedAudioProcessorEditor::parmShow() {
processor->setEngineType(tp);
processor->savePreference();

setSize(866, processor->showKeyboard ? 677 : 583);
setSize(866, processor->showKeyboard ? 674 : 581);
midiKeyboard.repaint();

if ( ret == false ) {
Expand Down

0 comments on commit 81cfcae

Please sign in to comment.