Fix selecting managed window

This commit is contained in:
Alexander Batalov 2022-10-28 10:59:38 +03:00
parent 01f264e0c2
commit 9c6daa4abe
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ int _selectWindow(const char* windowName)
}
}
if (!_selectWindowID(index)) {
if (_selectWindowID(index)) {
return index;
}