mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
drag-n-drop files to dialogs list
This commit is contained in:
@@ -384,7 +384,7 @@ void DragArea::dragLeaveEvent(QDragLeaveEvent *e) {
|
||||
void DragArea::dropEvent(QDropEvent *e) {
|
||||
static_cast<HistoryWidget*>(parentWidget())->dropEvent(e);
|
||||
if (e->isAccepted()) {
|
||||
emit dropped(e);
|
||||
emit dropped(e->mimeData());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user