mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Removed Q_OBJECT from ScrollArea.
This commit is contained in:
@@ -48,11 +48,10 @@ Widget::Widget(
|
||||
|
||||
_inner->moveToLeft(0, 0, _scroll->width());
|
||||
|
||||
connect(
|
||||
_scroll,
|
||||
&Ui::ScrollArea::scrolled,
|
||||
this,
|
||||
&InlineBots::Layout::Widget::onScroll);
|
||||
_scroll->scrolls(
|
||||
) | rpl::start_with_next([=] {
|
||||
onScroll();
|
||||
}, lifetime());
|
||||
|
||||
_inner->inlineRowsCleared(
|
||||
) | rpl::start_with_next([=] {
|
||||
|
Reference in New Issue
Block a user