mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-15 07:35:38 +02:00
Task #3951 - Clear filename stored in synwinxt on mouse up
- renamed some functions for file drag/drop to be more similar to existing - improved log messages for the library loader - removed hack that blocked .exe and .lnk files (annoying for developers) - removed hack that always clears dragging filename (not very robust)
This commit is contained in:
parent
ae327055c2
commit
407378fbc5
15 changed files with 95 additions and 79 deletions
|
@ -904,7 +904,7 @@ COSXScreen::leave()
|
|||
{
|
||||
hideCursor();
|
||||
|
||||
if (getDraggingStarted()) {
|
||||
if (isDraggingStarted()) {
|
||||
CString& fileList = getDraggingFilename();
|
||||
size_t size = fileList.size();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue