mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Beta version 3.6.3: Fix build with Qt 5.15.
This commit is contained in:
parent
d9ba83c222
commit
866ab2fcc2
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ void ReactionsSettingsBox(
|
|||
buttonsContainer->resizeToWidth(s.width());
|
||||
}, scroll->lifetime());
|
||||
|
||||
const auto check = Ui::CreateChild<Ui::RpWidget>(buttonsContainer.get());
|
||||
const auto check = Ui::CreateChild<Ui::RpWidget>(buttonsContainer.data());
|
||||
check->resize(st::settingsReactionCornerSize);
|
||||
check->setAttribute(Qt::WA_TransparentForMouseEvents);
|
||||
check->paintRequest(
|
||||
|
|
Loading…
Add table
Reference in a new issue