oops. buglet. extra for loop
This commit is contained in:
parent
b016470119
commit
d856db568a
1 changed files with 1 additions and 2 deletions
|
@ -499,8 +499,7 @@ void screen::cycleWindow(const bool forward, const int increment,
|
||||||
} else {
|
} else {
|
||||||
if (target == begin)
|
if (target == begin)
|
||||||
target = end;
|
target = end;
|
||||||
for (int x = 0; x < increment; ++x)
|
--target;
|
||||||
--target;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// must be no window to focus
|
// must be no window to focus
|
||||||
|
|
Loading…
Reference in a new issue