From 221d437a4bb3edd596df61eeb23fce3a63331091 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 16 Mar 2021 11:57:25 +0900 Subject: Fixed visualization of key text the first time modifier keys are pressed. Signed-off-by: Michele Calgaro This commit also include a small part of Ray's patch to fix visualization of & if it is on a lower character position. Signed-off-by: Ray-V Signed-off-by: Michele Calgaro (cherry picked from commit af106fa553fb2f706910686a0e30f909582bca7d) --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d080452..b818489 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -212,7 +212,6 @@ int main(int argc, char **argv) } else { - TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); Kvkbd::addCmdLineOptions(); -- cgit v1.2.1