mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 00:47:43 +02:00
fixed drag drop from Mac server to Windows client
This commit is contained in:
parent
39734374b1
commit
4e09b06cb0
12 changed files with 101 additions and 28 deletions
|
@ -358,6 +358,11 @@ CMSWindowsScreen::leave()
|
|||
m_isOnScreen = false;
|
||||
forceShowCursor();
|
||||
|
||||
if (m_draggingStarted) {
|
||||
fakeMouseButton(kButtonLeft, false);
|
||||
m_draggingStarted = false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue