summaryrefslogtreecommitdiff
path: root/plugingui
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui')
-rw-r--r--plugingui/lineedit.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/lineedit.cc b/plugingui/lineedit.cc
index 1a9b8c8..2df40ff 100644
--- a/plugingui/lineedit.cc
+++ b/plugingui/lineedit.cc
@@ -120,7 +120,7 @@ void LineEdit::keyEvent(KeyEvent *keyEvent)
bool change = false;
- if(keyEvent->direction == Direction::up)
+ if(keyEvent->direction == Direction::down)
{
switch(keyEvent->keycode) {
case Key::left: