mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 "window/section_widget.h"
|
||||||
|
|
||||||
#include "mainwidget.h"
|
#include "mainwidget.h"
|
||||||
|
#include "mainwindow.h"
|
||||||
#include "ui/ui_utility.h"
|
#include "ui/ui_utility.h"
|
||||||
#include "ui/chat/chat_theme.h"
|
#include "ui/chat/chat_theme.h"
|
||||||
#include "ui/painter.h"
|
#include "ui/painter.h"
|
||||||
|
@ -456,7 +457,7 @@ void SectionWidget::showFinished() {
|
||||||
showChildren();
|
showChildren();
|
||||||
showFinishedHook();
|
showFinishedHook();
|
||||||
|
|
||||||
setInnerFocus();
|
controller()->widget()->setInnerFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
rpl::producer<int> SectionWidget::desiredHeight() const {
|
rpl::producer<int> SectionWidget::desiredHeight() const {
|
||||||
|
|
Loading…
Add table
Reference in a new issue