2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Active window on drop to InputField.

This commit is contained in:
John Preston
2018-05-31 13:35:14 +03:00
parent 5c5438c12e
commit 0cbad9098e

View File

@@ -3021,6 +3021,7 @@ void InputField::dropEventInner(QDropEvent *e) {
_inDrop = false;
_insertedTags.clear();
_realInsertPosition = -1;
window()->activateWindow();
}
bool InputField::canInsertFromMimeDataInner(const QMimeData *source) const {