mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Always call raise() before activateWindow().
This commit is contained in:
@@ -1332,6 +1332,7 @@ void Widget::dropEvent(QDropEvent *e) {
|
||||
controller()->content()->onFilesOrForwardDrop(
|
||||
peer->id,
|
||||
e->mimeData());
|
||||
controller()->widget()->raise();
|
||||
controller()->widget()->activateWindow();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user