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:
Greg Ercolano
2018-07-20 05:21:14 +00:00
parent 99cf1dd858
commit 1f5588c3dd
+1
View File
@@ -164,6 +164,7 @@ int Fl_Button::handle(int event) {
if (when() & FL_WHEN_RELEASE) do_callback();
return 1;
}
/* FALLTHROUGH */
default:
return 0;
}