mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-28 13:08:56 +00:00
Version 4.8.9: Fix build with GCC.
This commit is contained in:
parent
770880b74b
commit
e6a80927c6
@ -64,7 +64,6 @@ constexpr auto kStoriesTooltipHideBgOpacity = 0.2;
|
||||
const auto button = Ui::CreateChild<Ui::AbstractButton>(result.data());
|
||||
result->sizeValue(
|
||||
) | rpl::start_with_next([=](QSize size) {
|
||||
const auto buttonh = button->height();
|
||||
button->resize(skip * 2 + buttonw, size.height());
|
||||
button->moveToRight(0, 0, size.width());
|
||||
}, button->lifetime());
|
||||
|
Loading…
x
Reference in New Issue
Block a user