GNOME Bugzilla – Bug 753765
Wrong selection selection rectangle when user moves out of the window
Last modified: 2015-08-21 08:18:17 UTC
Created attachment 309479 [details] [review] Fix selection rectangle when user leaves window When user moves out of vinagre's window during selection of e.g. icons the selection square jumps to the opposite side (when moving of the window to the left or up). This is caused by passing negative values to RDP events. Attached patch fixes this.
Review of attachment 309479 [details] [review]: Pushed to master as commit 41571de3caa1638cf87b27ec007867245a4cc176, with a minor addition to the commit message.