diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-15 10:50:14 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-15 11:20:18 +0900 |
| commit | 37c26178be0e54dc42908b1cc5d7ec4802aff85b (patch) | |
| tree | 2dedbcc64a1110bd2bc08fabb45a9d5e4ee5cfe3 /src/MainWidget.h | |
| parent | 670268c0714ce4754cac757a4b13cc0fcdb71bd6 (diff) | |
| download | kvkbd-37c26178.tar.gz kvkbd-37c26178.zip | |
Fixed behavior of caps for non-alpha characters, which was broken in
commit 1865767.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 48c1053fa1e5896a10e576b9eb35634fa789cff4)
Diffstat (limited to 'src/MainWidget.h')
| -rw-r--r-- | src/MainWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index 2c708cc..d7c7691 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -73,7 +73,7 @@ protected: private: void updateFont(); void updateNumlock(); - void updateShift(); + void updateShiftCaps(); bool nresize; |
