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/resizabledragwidget.h | |
| parent | 9ef732aa0682eeb945d8a16839487f30c0e76db5 (diff) | |
| download | kvkbd-bea04fd9.tar.gz kvkbd-bea04fd9.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/resizabledragwidget.h')
| -rw-r--r-- | src/resizabledragwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resizabledragwidget.h b/src/resizabledragwidget.h index 770434a..f44e671 100644 --- a/src/resizabledragwidget.h +++ b/src/resizabledragwidget.h @@ -32,6 +32,8 @@ Q_OBJECT public: ResizableDragWidget(TQWidget *parent, const char *name, WFlags f); ~ResizableDragWidget(); + + void drawResizeHandle(); private: bool rsz; |
