mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
parent
94ad8f9bc3
commit
ebba58217c
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "window/section_widget.h"
|
||||
|
||||
#include "mainwidget.h"
|
||||
#include "mainwindow.h"
|
||||
#include "ui/ui_utility.h"
|
||||
#include "ui/chat/chat_theme.h"
|
||||
#include "ui/painter.h"
|
||||
|
@ -456,7 +457,7 @@ void SectionWidget::showFinished() {
|
|||
showChildren();
|
||||
showFinishedHook();
|
||||
|
||||
setInnerFocus();
|
||||
controller()->widget()->setInnerFocus();
|
||||
}
|
||||
|
||||
rpl::producer<int> SectionWidget::desiredHeight() const {
|
||||
|
|
Loading…
Add table
Reference in a new issue