mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Active window on drop to InputField.
This commit is contained in:
parent
5c5438c12e
commit
0cbad9098e
1 changed files with 1 additions and 0 deletions
|
@ -3021,6 +3021,7 @@ void InputField::dropEventInner(QDropEvent *e) {
|
|||
_inDrop = false;
|
||||
_insertedTags.clear();
|
||||
_realInsertPosition = -1;
|
||||
window()->activateWindow();
|
||||
}
|
||||
|
||||
bool InputField::canInsertFromMimeDataInner(const QMimeData *source) const {
|
||||
|
|
Loading…
Add table
Reference in a new issue