summaryrefslogtreecommitdiff
path: root/client/widgets/widget.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-12-01 09:33:12 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2011-12-01 09:33:12 +0100
commit45336cbecb6eff3317a365f271dc548c297f4ffa (patch)
tree523b507dd9eba7633cc309cbb8cdad83c7502250 /client/widgets/widget.h
parent5d5595b9e1c1c22f7033a262b8174a5f3d05adc8 (diff)
Fix setKeyboardFocus to work recursive on all widgets. Fixes bug where MultiList did not receive keyboard focus when it is the first child in the macro window.
Diffstat (limited to 'client/widgets/widget.h')
-rw-r--r--client/widgets/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/widgets/widget.h b/client/widgets/widget.h
index 4f23790..6199aa4 100644
--- a/client/widgets/widget.h
+++ b/client/widgets/widget.h
@@ -111,6 +111,7 @@ public:
virtual bool hidden();
virtual bool setKeyboardFocus();
+ bool setKeyboardFocusRecursive();
virtual void setForegroundColour(unsigned char red,
unsigned char green,