summaryrefslogtreecommitdiff
path: root/plugingui/filelineedit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/filelineedit.cc')
-rw-r--r--plugingui/filelineedit.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/filelineedit.cc b/plugingui/filelineedit.cc
index e4794b0..cf9ac3a 100644
--- a/plugingui/filelineedit.cc
+++ b/plugingui/filelineedit.cc
@@ -32,6 +32,7 @@ FileLineEdit::FileLineEdit(GUI::Widget *parent, GUI::LED *led)
: LineEdit(parent)
{
this->led = led;
+ setReadOnly(false);
}
void FileLineEdit::textChanged()