Skip to content
Snippets Groups Projects
Commit d36baecc authored by Alexandr Mruchok's avatar Alexandr Mruchok
Browse files

Merge branch 'bugs-4433'

parents 1e3fc3ce 6a62083a
No related branches found
No related tags found
1 merge request!215[*]CustomLineEditBase fixed bugs-4433
...@@ -82,6 +82,7 @@ void CustomLineEditBase::setVisibleButton(bool a_visible) ...@@ -82,6 +82,7 @@ void CustomLineEditBase::setVisibleButton(bool a_visible)
{ {
if(m_btnControl!=Q_NULLPTR) if(m_btnControl!=Q_NULLPTR)
{ {
m_btnControl->setGeometry(0,0,0,0);
delete m_btnControl; delete m_btnControl;
m_btnControl = Q_NULLPTR; m_btnControl = Q_NULLPTR;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment