(discovered because of the new movewindow position saving changes)
WindowPosition does not update miniwindow coordinates right away. So any references to WindowInfo(win, 10) or WindowInfo(win, 11) are incorrect thereafter until something like a repaint happens.
This of course means that moving and then saving the new position does not work.
WindowPosition does not update miniwindow coordinates right away. So any references to WindowInfo(win, 10) or WindowInfo(win, 11) are incorrect thereafter until something like a repaint happens.
This of course means that moving and then saving the new position does not work.