mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 15:56:10 +08:00
Added fallthru indication in Fl_Button::handle()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12992 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -164,6 +164,7 @@ int Fl_Button::handle(int event) {
|
||||
if (when() & FL_WHEN_RELEASE) do_callback();
|
||||
return 1;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user