Commit 44d7113e authored by claes's avatar claes

Bugfix

parent 42f0ada8
......@@ -9,7 +9,8 @@ class FocusTimer {
void disable( Widget w, int time) {
set_focus_disabled++;
request_cnt = 0;
if ( request_cnt > 1)
request_cnt = 0;
focus_timerid = XtAppAddTimeOut( XtWidgetToApplicationContext(w), time,
enable_set_focus, this);
}
......
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