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
1 changed files with 1 additions and 0 deletions

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 {