mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-28 21:18:46 +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());
|
const auto button = Ui::CreateChild<Ui::AbstractButton>(result.data());
|
||||||
result->sizeValue(
|
result->sizeValue(
|
||||||
) | rpl::start_with_next([=](QSize size) {
|
) | rpl::start_with_next([=](QSize size) {
|
||||||
const auto buttonh = button->height();
|
|
||||||
button->resize(skip * 2 + buttonw, size.height());
|
button->resize(skip * 2 + buttonw, size.height());
|
||||||
button->moveToRight(0, 0, size.width());
|
button->moveToRight(0, 0, size.width());
|
||||||
}, button->lifetime());
|
}, button->lifetime());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user