diff options
author | Michele Calgaro <[email protected]> | 2021-03-16 11:57:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-03-16 11:57:25 +0900 |
commit | af106fa553fb2f706910686a0e30f909582bca7d (patch) | |
tree | 7627b54658ca1c8a6cd44ef7b3bfdad3440b6cf6 /src/main.cpp | |
parent | 26c5e3891f5e9e6343e587731a93f4438539179e (diff) | |
download | kvkbd-af106fa553fb2f706910686a0e30f909582bca7d.tar.gz kvkbd-af106fa553fb2f706910686a0e30f909582bca7d.zip |
Fixed visualization of key text the first time modifier keys are
pressed.
Signed-off-by: Michele Calgaro <[email protected]>
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 <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |