mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-04 15:50:13 +01:00
mode: do not re activate current tab when is moved
This commit is contained in:
parent
287ee3757f
commit
0b7c3d5416
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue