Fix selecting managed window
This commit is contained in:
parent
01f264e0c2
commit
9c6daa4abe
|
@ -887,7 +887,7 @@ int _selectWindow(const char* windowName)
|
|||
}
|
||||
}
|
||||
|
||||
if (!_selectWindowID(index)) {
|
||||
if (_selectWindowID(index)) {
|
||||
return index;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue