From c9b13ba269857de0311863bf4d4461185fe10459 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 28 Mar 2013 01:17:29 +0300 Subject: Fix custom repeat interval loading. --- src/keyboardconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keyboardconfig.cpp') diff --git a/src/keyboardconfig.cpp b/src/keyboardconfig.cpp index 47ef4a06c..deef46e4b 100644 --- a/src/keyboardconfig.cpp +++ b/src/keyboardconfig.cpp @@ -48,7 +48,7 @@ void KeyboardConfig::init() if (mActiveKeys2) delete mActiveKeys2; mActiveKeys2 = new uint8_t[500]; - mRepeatTime = config.getIntValue("repeateInterval2") * 10; + mRepeatTime = config.getIntValue("repeateInterval2") / 10; } void KeyboardConfig::deinit() -- cgit v1.2.3-60-g2f50