drag-to-move behaviour inconsistent wrt window size #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Before resizing the window (i.e. on startup) the drag-to-move logic actually uses screensize to calculate the target position.
This causes perceived incorrect behaviour until the window is resized, at which point the interpolation works correctly.
Working theory is resizing the window activates one or more signals internally that change how the
get_global_mouse_coordinates()function works, causing the target to be calculated correctly after resize.