mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Version 4.8.9: Fix build with GCC.
This commit is contained in:
parent
770880b74b
commit
e6a80927c6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue