summaryrefslogtreecommitdiffstats
path: root/src/resizabledragwidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-11 13:53:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-11 13:55:21 +0900
commitbea04fd96d4508622b2f5bbe020f161671d119a0 (patch)
treedf5b6fabf233b22e0afab59312869dd6812a47d2 /src/resizabledragwidget.h
parent9ef732aa0682eeb945d8a16839487f30c0e76db5 (diff)
downloadkvkbd-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.h2
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;