mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fixed alpha 0.10.23 build for Linux.
This commit is contained in:
@@ -131,8 +131,7 @@ GtkDialog *QGtkDialog::gtkDialog() const {
|
||||
|
||||
void QGtkDialog::exec() {
|
||||
if (auto w = App::wnd()) {
|
||||
w->onReActivate();
|
||||
QTimer::singleShot(200, w, SLOT(onReActivate()));
|
||||
w->reActivateWindow();
|
||||
}
|
||||
if (modality() == Qt::ApplicationModal) {
|
||||
// block input to the whole app, including other GTK dialogs
|
||||
|
Reference in New Issue
Block a user