mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 02:48:49 +00:00
Fix Drag and Drop issue at Windows (#723)
This commit is contained in:
parent
95f4d0fbc4
commit
23757da471
@ -251,7 +251,7 @@ void NewFileDialog::dropEvent(QDropEvent *event)
|
||||
}
|
||||
|
||||
event->acceptProposedAction();
|
||||
loadFile(event->mimeData()->urls().first().path());
|
||||
loadFile(event->mimeData()->urls().first().toLocalFile());
|
||||
}
|
||||
|
||||
bool NewFileDialog::fillRecentFilesList()
|
||||
|
Loading…
Reference in New Issue
Block a user