fix: task groups jumping when folding

This commit is contained in:
Alfredo Monclus
2025-02-06 09:46:41 -03:00
parent 3865577118
commit 70138efe4e

View File

@@ -115,7 +115,6 @@ void ActionGroup::showHide()
myGroup->hide();
myDummy->setFixedSize(myGroup->size());
myDummy->show();
QTimer::singleShot(myScheme->groupFoldDelay, this, &ActionGroup::processHide);
}
@@ -127,6 +126,7 @@ void ActionGroup::showHide()
QTimer::singleShot(myScheme->groupFoldDelay, this, &ActionGroup::processShow);
}
myDummy->show();
}
void ActionGroup::processHide()