mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix build with updated submodules.
This commit is contained in:
@@ -326,7 +326,9 @@ void StickersBox::prepare() {
|
||||
_session->api().updateStickers();
|
||||
|
||||
if (_installed.widget()) {
|
||||
connect(_installed.widget(), SIGNAL(draggingScrollDelta(int)), this, SLOT(onDraggingScrollDelta(int)));
|
||||
connect(_installed.widget(), &Inner::draggingScrollDelta, [=](int delta) {
|
||||
scrollByDraggingDelta(delta);
|
||||
});
|
||||
if (!_megagroupSet) {
|
||||
boxClosing() | rpl::start_with_next([=] {
|
||||
saveChanges();
|
||||
|
Reference in New Issue
Block a user