summaryrefslogtreecommitdiff
path: root/plugingui/lineedit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/lineedit.cc')
-rw-r--r--plugingui/lineedit.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugingui/lineedit.cc b/plugingui/lineedit.cc
index c213041..7a8bb53 100644
--- a/plugingui/lineedit.cc
+++ b/plugingui/lineedit.cc
@@ -61,7 +61,7 @@ void LineEdit::setText(const std::string& text)
visibleText = _text;
offsetPos = 0;
- repaintEvent(nullptr);
+ redraw();
textChanged();
}
@@ -94,7 +94,7 @@ void LineEdit::buttonEvent(ButtonEvent *buttonEvent)
break;
}
}
- repaintEvent(nullptr);
+ redraw();
}
}
@@ -189,7 +189,7 @@ void LineEdit::keyEvent(KeyEvent *keyEvent)
break;
}
- repaintEvent(nullptr);
+ redraw();
}
if(change)