diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-11 13:53:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-11 13:55:21 +0900 |
| commit | bea04fd96d4508622b2f5bbe020f161671d119a0 (patch) | |
| tree | df5b6fabf233b22e0afab59312869dd6812a47d2 /src/MainWidget.h | |
| parent | 9ef732aa0682eeb945d8a16839487f30c0e76db5 (diff) | |
| download | kvkbd-bea04fd96d4508622b2f5bbe020f161671d119a0.tar.gz kvkbd-bea04fd96d4508622b2f5bbe020f161671d119a0.zip | |
Hide resize handle when the keyboard is locked on the screen.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit aae2b175aefd87d06bdf223c323a6b66a75a6a00)
Diffstat (limited to 'src/MainWidget.h')
| -rw-r--r-- | src/MainWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index d0fb301..ba5b8ae 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -71,8 +71,8 @@ public slots: protected: void resizeEvent(TQResizeEvent *e); - void hideEvent ( TQHideEvent *e ); - + void hideEvent(TQHideEvent *e); + void setLockState(bool lock); private: void updateFont(); |
