From e451dec70ce9f6601611986f3e7142a7919ceed3 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 20 Sep 2018 23:05:28 +0300 Subject: [PATCH] Fix update button in new settings. --- Telegram/SourceFiles/settings/settings_advanced.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/settings/settings_advanced.cpp b/Telegram/SourceFiles/settings/settings_advanced.cpp index cc4627d3c..73b815a1d 100644 --- a/Telegram/SourceFiles/settings/settings_advanced.cpp +++ b/Telegram/SourceFiles/settings/settings_advanced.cpp @@ -190,6 +190,7 @@ void SetupUpdate(not_null container) { downloading->fire(false); }, check->lifetime()); checker.ready() | rpl::start_with_next([=] { + check->setAttribute(Qt::WA_TransparentForMouseEvents, false); texts->fire(lang(lng_settings_update_ready)); update->show(); downloading->fire(false);