Skip to content

Commit

Permalink
Version 4.8.9: Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jul 26, 2023
1 parent 770880b commit e6a8092
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Telegram/SourceFiles/dialogs/ui/dialogs_stories_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit e6a8092

Please sign in to comment.