mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
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:
parent
171957980e
commit
8e8b91310a
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user