Ticket #4104: chattr: mouse clicks on checkboxes have no effect.

(chattrboxes_mouse_callback): mouse events other than scroll ones are
unhandled.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2020-07-31 20:44:34 +03:00
parent 171957980e
commit 8e8b91310a

View File

@ -865,6 +865,8 @@ chattrboxes_mouse_callback (Widget * w, mouse_msg_t msg, mouse_event_t * event)
break;
default:
/* return MOU_UNHANDLED */
event->result.abort = TRUE;
break;
}
}