Skip to content
Snippets Groups Projects
Commit 74cdbc98 authored by alexandr.mruchok's avatar alexandr.mruchok
Browse files

[*] minor change

parent 51863ec9
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ CustomLineEdit::CustomLineEdit(QWidget *parent):CustomLineEditBase (parent)
void CustomLineEdit::focusOutEvent(QFocusEvent *e)
{
setVisibleButton(false);
setVisibleButton(false);
CustomLineEditBase::focusOutEvent(e);
}
......
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