Fixed wrong Z-order of drag areas that were under schedule button.

This commit is contained in:
23rd 2020-06-15 19:37:17 +03:00
parent 099482574e
commit 2559a3590d
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}