Skip to content
Snippets Groups Projects
Commit 5eae5ab1 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

rm unused code

parent 85eb283e
No related branches found
No related tags found
1 merge request!286Project handling
Pipeline #43934 failed
...@@ -126,7 +126,6 @@ void GroupBoxCollapser::initAnimation() ...@@ -126,7 +126,6 @@ void GroupBoxCollapser::initAnimation()
void GroupBoxCollapser::initSizes() void GroupBoxCollapser::initSizes()
{ {
m_groupBox->setUpdatesEnabled(false);
m_contentHeight = m_contentArea->layout()->sizeHint().height(); m_contentHeight = m_contentArea->layout()->sizeHint().height();
m_collapsedHeight = m_collapsedHeight =
m_groupBox->sizeHint().height() - m_contentHeight m_groupBox->sizeHint().height() - m_contentHeight
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment