diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp index 563cbb99b1..a1c78bcaa8 100644 --- a/Telegram/SourceFiles/history/history_widget.cpp +++ b/Telegram/SourceFiles/history/history_widget.cpp @@ -2024,6 +2024,7 @@ void HistoryWidget::refreshScheduledToggle() { controller()->showSection( HistoryView::ScheduledMemento(_history)); }); + orderWidgets(); // Raise drag areas to the top. } else if (_scheduled && !has) { _scheduled.destroy(); }