mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Support folders strip touch-screen scroll.
This commit is contained in:
parent
a2b8366477
commit
5072e95f16
1 changed files with 4 additions and 1 deletions
|
@ -192,7 +192,10 @@ not_null<Ui::RpWidget*> AddChatFiltersTabsStrip(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const auto container = wrap->entity();
|
const auto container = wrap->entity();
|
||||||
const auto scroll = Ui::CreateChild<Ui::ScrollArea>(container, scrollSt);
|
const auto scroll = Ui::CreateChild<Ui::ScrollArea>(
|
||||||
|
container,
|
||||||
|
scrollSt,
|
||||||
|
true);
|
||||||
const auto slider = scroll->setOwnedWidget(
|
const auto slider = scroll->setOwnedWidget(
|
||||||
object_ptr<Ui::ChatsFiltersTabs>(
|
object_ptr<Ui::ChatsFiltersTabs>(
|
||||||
parent,
|
parent,
|
||||||
|
|
Loading…
Add table
Reference in a new issue