Skip to content
Snippets Groups Projects

[*]CustomLineEditBase fixed bugs-4433

Merged AlexeyPostnikov requested to merge bugs-4433 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -82,6 +82,7 @@ void CustomLineEditBase::setVisibleButton(bool a_visible)
{
if(m_btnControl!=Q_NULLPTR)
{
m_btnControl->setGeometry(0,0,0,0);
delete m_btnControl;
m_btnControl = Q_NULLPTR;
}
Loading