diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-15 23:36:32 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-15 23:36:32 +0100 |
commit | 5774af3740d44399ac6ad4dfc223e4c9350f98c4 (patch) | |
tree | dfff58bcaa5196a3edb115d96aa94dd8e68d6148 /src/keyboardconfig.cpp | |
parent | 4fa2d32cc9748c1381ceae59c727d090117652c1 (diff) | |
download | mana-5774af3740d44399ac6ad4dfc223e4c9350f98c4.tar.gz mana-5774af3740d44399ac6ad4dfc223e4c9350f98c4.tar.bz2 mana-5774af3740d44399ac6ad4dfc223e4c9350f98c4.tar.xz mana-5774af3740d44399ac6ad4dfc223e4c9350f98c4.zip |
Allow pressing enter with focus in port field
Added action event id to port field of login dialog.
Diffstat (limited to 'src/keyboardconfig.cpp')
-rw-r--r-- | src/keyboardconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index 5d2d7797..73c0fe0a 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -197,7 +197,7 @@ int KeyboardConfig::getKeyEmoteOffset(int keyValue) const bool KeyboardConfig::isKeyActive(int index) { - return mActiveKeys[ mKey[index].value]; + return mActiveKeys[mKey[index].value]; } void KeyboardConfig::refreshActiveKeys() |