STR 2909: Fl_Tile now forwards FL_RELEASE event to children

This commit is contained in:
Matthias Melcher 2023-01-20 14:04:22 +01:00
parent ab5cc5866d
commit 4f3f2bb30b

View File

@ -252,7 +252,7 @@ int Fl_Tile::handle(int event) {
// This is necessary if CONSOLIDATE_MOTION in Fl_x.cxx is turned off:
// if (damage()) return 1; // don't fall behind
case FL_RELEASE: {
if (!sdrag) return 0; // should not happen
if (!sdrag) break;
Fl_Widget* r = resizable(); if (!r) r = this;
int newx;
if (sdrag&DRAGH) {