Start new tabs for monoforums.

This commit is contained in:
John Preston
2025-05-23 14:06:46 +04:00
parent 3dbdecf73d
commit fdbdeeb956
28 changed files with 869 additions and 181 deletions
@@ -279,6 +279,7 @@ void SectionWidget::setGeometryWithTopMoved(
void SectionWidget::showAnimated(
SlideDirection direction,
const SectionSlideParams &params) {
validateSubsectionTabs();
if (_showAnimation) {
return;
}
@@ -309,6 +310,7 @@ std::shared_ptr<SectionMemento> SectionWidget::createMemento() {
}
void SectionWidget::showFast() {
validateSubsectionTabs();
show();
showFinished();
}