mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fixed wrong Z-order of drag areas that were under schedule button.
This commit is contained in:
parent
099482574e
commit
2559a3590d
1 changed files with 1 additions and 0 deletions
|
@ -2024,6 +2024,7 @@ void HistoryWidget::refreshScheduledToggle() {
|
||||||
controller()->showSection(
|
controller()->showSection(
|
||||||
HistoryView::ScheduledMemento(_history));
|
HistoryView::ScheduledMemento(_history));
|
||||||
});
|
});
|
||||||
|
orderWidgets(); // Raise drag areas to the top.
|
||||||
} else if (_scheduled && !has) {
|
} else if (_scheduled && !has) {
|
||||||
_scheduled.destroy();
|
_scheduled.destroy();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue