diff --git a/Software/PC_Application/modehandler.cpp b/Software/PC_Application/modehandler.cpp index 2fed964..d456e5c 100644 --- a/Software/PC_Application/modehandler.cpp +++ b/Software/PC_Application/modehandler.cpp @@ -63,7 +63,6 @@ void ModeHandler::currentModeMoved(int from, int to) auto modeTo = modes.at(to); modes[from] = modeTo; modes[to] = modeFrom; - setCurrentIndex(to); } int ModeHandler::getCurrentIndex()