diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-20 23:57:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-20 23:57:32 +0300 |
commit | e576b8a204e2c8be2733acd121d036ab14a70646 (patch) | |
tree | e55c1ac4ebd6cff1db87a93675c2bd65a2da2dec /src/gui/widgets/textfield.cpp | |
parent | 8cd4bfe47ea8ace9fc1f0ecf0eb68c844ab7a326 (diff) | |
download | plus-e576b8a204e2c8be2733acd121d036ab14a70646.tar.gz plus-e576b8a204e2c8be2733acd121d036ab14a70646.tar.bz2 plus-e576b8a204e2c8be2733acd121d036ab14a70646.tar.xz plus-e576b8a204e2c8be2733acd121d036ab14a70646.zip |
Move shortcuts files into gui/shortcut directory.
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r-- | src/gui/widgets/textfield.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index 497f17d2f..36315af34 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.cpp @@ -287,6 +287,8 @@ int TextField::getValue() const void TextField::keyPressed(KeyEvent &event) { const int val = event.getKey().getValue(); + logger->log("TextField::keyPressed %d", val); + #ifdef USE_SDL2 if (val == Key::TEXTINPUT) { |