Fix ctrl-4
This commit is contained in:
@@ -57,7 +57,7 @@ void CMD_FocusWindow4() {
|
|||||||
Window *third = GetOverlappingWindow(GetSideOfWindow(second, DIR_RIGHT));
|
Window *third = GetOverlappingWindow(GetSideOfWindow(second, DIR_RIGHT));
|
||||||
if (third) {
|
if (third) {
|
||||||
Window *fourth = GetOverlappingWindow(GetSideOfWindow(third, DIR_RIGHT));
|
Window *fourth = GetOverlappingWindow(GetSideOfWindow(third, DIR_RIGHT));
|
||||||
if (fourth) NextActiveWindowID = third->id;
|
if (fourth) NextActiveWindowID = fourth->id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user