mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Removed Q_OBJECT from ScrollArea.
This commit is contained in:
@@ -234,7 +234,10 @@ Widget::Widget(
|
||||
}
|
||||
}, lifetime());
|
||||
|
||||
connect(_scroll, SIGNAL(geometryChanged()), _inner, SLOT(onParentGeometryChanged()));
|
||||
_scroll->geometryChanged(
|
||||
) | rpl::start_with_next(crl::guard(_inner, [=] {
|
||||
_inner->onParentGeometryChanged();
|
||||
}), lifetime());
|
||||
connect(_scroll, SIGNAL(scrolled()), this, SLOT(onListScroll()));
|
||||
|
||||
session().data().chatsListChanges(
|
||||
|
Reference in New Issue
Block a user