Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2 | Active |
1 | Active |
Why the reverse of minimum distance holds most recently used?
'clones' passed into _orderWindowsByMotionAndStartup is in window stack order. Not doing the minimum distance processing that is in the original function and simply reversing the order instead results in overview showing the top window at the top rather than the bottom. The only exception to this seems to be with 4 windows with shows in the sequence top left, top right, bottom right, bottom left - but this is less critical with such a small number of windows and the sequencing works for all other situations.
Makes sense