Commit 942751fa authored by claes's avatar claes

Bugfix, input focus was only set first time

parent 9753946b
...@@ -27,6 +27,7 @@ class FocusTimer { ...@@ -27,6 +27,7 @@ class FocusTimer {
static void enable_set_focus( void *ft, XtIntervalId *id) { static void enable_set_focus( void *ft, XtIntervalId *id) {
((FocusTimer *)ft)->set_focus_disabled--; ((FocusTimer *)ft)->set_focus_disabled--;
((FocusTimer *)ft)->request_cnt = 0;
} }
public: public:
~FocusTimer() { ~FocusTimer() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment