Closed slavoutich closed 3 years ago
Not all desktops were iterated over in two places in the code, where desktop index range was specified as 0..(count-1) instead of 0..count. This PR fixes it.
0..(count-1)
0..count
Fixes #35
Not all desktops were iterated over in two places in the code, where desktop index range was specified as
0..(count-1)
instead of0..count
. This PR fixes it.Fixes #35