mode: do not re activate current tab when is moved

This commit is contained in:
Kiara Navarro 2022-07-09 18:55:12 -05:00
parent 287ee3757f
commit 0b7c3d5416
No known key found for this signature in database
GPG Key ID: CBA9F2172CE33FBA

View File

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