mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
fixed: linux client crashes on file drop, even though drag and drop is disabled
This commit is contained in:
parent
9c3e9aab09
commit
f149101d25
11 changed files with 72 additions and 62 deletions
|
@ -1888,12 +1888,6 @@ CMSWindowsScreen::CHotKeyItem::operator<(const CHotKeyItem& x) const
|
|||
(m_keycode == x.m_keycode && m_mask < x.m_mask));
|
||||
}
|
||||
|
||||
void
|
||||
CMSWindowsScreen::fakeDraggingFiles(CString str)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
CString&
|
||||
CMSWindowsScreen::getDraggingFileDir()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue