From a0b7282b31ed31051ee98bf16e8704d5599e5461 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 6 Mar 2013 09:30:52 +0100 Subject: Major GUI workover. Hilights: A new filebrowser and new knob widget. --- plugingui/lineedit.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'plugingui/lineedit.cc') diff --git a/plugingui/lineedit.cc b/plugingui/lineedit.cc index 033acd1..c799e32 100644 --- a/plugingui/lineedit.cc +++ b/plugingui/lineedit.cc @@ -43,6 +43,7 @@ GUI::LineEdit::LineEdit(Widget *parent) void GUI::LineEdit::setText(std::string text) { _text = text; + repaintEvent(NULL); textChanged(); } -- cgit v1.2.3