Skip to content

Commit

Permalink
fix activate shortcut for easter egg
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechnobear committed May 17, 2019
1 parent 4b29ab9 commit e964b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mec-kontrol/pd/kontrolrack/devices/Organelle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ void OParamMode::activateShortcut(unsigned key) {
//(also changing module means we need to have the menu enabled again)

// re-enable main menu
encoderDown_ = false;
encoderAction_ = false;
parent_.enableMenu(true);
parent_.changeMode(OM_MAINMENU);
}
Expand Down

0 comments on commit e964b07

Please sign in to comment.