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:
@@ -3021,6 +3021,7 @@ void InputField::dropEventInner(QDropEvent *e) {
|
||||
_inDrop = false;
|
||||
_insertedTags.clear();
|
||||
_realInsertPosition = -1;
|
||||
window()->activateWindow();
|
||||
}
|
||||
|
||||
bool InputField::canInsertFromMimeDataInner(const QMimeData *source) const {
|
||||
|
Reference in New Issue
Block a user