Version 4.8.9: Fix build with GCC.

This commit is contained in:
John Preston 2023-07-26 13:46:58 +04:00
parent 770880b74b
commit e6a80927c6
1 changed files with 0 additions and 1 deletions

View File

@ -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());