mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Use internal section stack in Info::WrapWidget.
This commit is contained in:
@@ -20,9 +20,10 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
*/
|
||||
#include "window/section_widget.h"
|
||||
|
||||
#include <rpl/range.h>
|
||||
#include "application.h"
|
||||
#include "window/section_memento.h"
|
||||
#include <rpl/range.h>
|
||||
#include "window/window_slide_animation.h"
|
||||
|
||||
namespace Window {
|
||||
|
||||
@@ -105,4 +106,6 @@ rpl::producer<int> SectionWidget::desiredHeight() const {
|
||||
return rpl::single(height());
|
||||
}
|
||||
|
||||
SectionWidget::~SectionWidget() = default;
|
||||
|
||||
} // namespace Window
|
||||
|
Reference in New Issue
Block a user