mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Show members list in PanelMode::Wide.
This commit is contained in:
@@ -37,7 +37,7 @@ ContentWidget::ContentWidget(
|
||||
not_null<Controller*> controller)
|
||||
: RpWidget(parent)
|
||||
, _controller(controller)
|
||||
, _scroll(this, st::infoScroll) {
|
||||
, _scroll(this) {
|
||||
using namespace rpl::mappers;
|
||||
|
||||
setAttribute(Qt::WA_OpaquePaintEvent);
|
||||
|
Reference in New Issue
Block a user