| [ Return to Bugs & Features | Roadmap 1.3 | Post Text | Post File | Prev | Next ]
STR #2909
Application: | FLTK Library |
Status: | 5 - New |
Priority: | 2 - Low, e.g. a documentation error or undocumented side-effect |
Scope: | 3 - Applies to all machines and operating systems |
Subsystem: | Core Library |
Summary: | Fl_Tile does not pass FL_RELEASE event to children |
Version: | 1.3.2 |
Created By: | vaifrax |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
|
#1 | vaifrax 05:27 Dec 19, 2012 |
| in Fl_Tile.cxx in Fl_Tile::handle() there is line 177 causing FL_RELEASE events not to be passed on to its children. Before using a tile, I used a group where this worked as expected.
I suggest to replace line 177: if (!sdrag) return 0; // should not happen by this line: if (!sdrag) break; // pass on to children which solves my problem.
Note that I'm a fltk beginner, maybe I got the wrong idea about message passing. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |