mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Support folders strip touch-screen scroll.
This commit is contained in:
@@ -192,7 +192,10 @@ not_null<Ui::RpWidget*> AddChatFiltersTabsStrip(
|
||||
}
|
||||
}
|
||||
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(
|
||||
object_ptr<Ui::ChatsFiltersTabs>(
|
||||
parent,
|
||||
|
Reference in New Issue
Block a user