refactor: remove scheme dependencies from group

This commit is contained in:
Alfredo Monclus
2025-02-16 10:02:23 -03:00
parent 5cdf80357b
commit 741e780f46
3 changed files with 31 additions and 20 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ void TaskBox::hideGroupBox()
}
else {
m_tempHeight = m_fullHeight = myGroup->height();
m_foldDelta = m_fullHeight / myScheme->groupFoldSteps;
m_foldDelta = m_fullHeight / 20; // foldsteps
}
m_foldStep = 0.0;