fix do not scroll to index zero when no window in row is focused
This commit is contained in:
@@ -480,8 +480,7 @@ void dual_scroller(Monitor *m) {
|
|||||||
|
|
||||||
// If no focused client in this row, keep current scroll position
|
// If no focused client in this row, keep current scroll position
|
||||||
if (!root_client && n_row > 0) {
|
if (!root_client && n_row > 0) {
|
||||||
root_client = row_clients[0];
|
return;
|
||||||
focus_index = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if scrolling is needed
|
// Check if scrolling is needed
|
||||||
|
|||||||
Reference in New Issue
Block a user