| [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File ]
STR #1529
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: | Unassigned |
Summary: | fltk2 deactivated group shows children as active |
Version: | 2.0-current |
Created By: | crc1021.myrealbox |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]No files
Trouble Report Comments:
[ Post Text ]
|
#1 | crc1021.myrealbox 19:38 Dec 05, 2006 |
| when widgets are added to a deactivated group, they draw as if they are active (but the widgets act inactive). I only noticed this because fluid2 generates the deactivate() code prior to the children code
fluid2 generates this fltk::Group* o = new fltk::Group(0, 145, 325, 180); o->deactivate(); o->begin(); new fltk::ProgressBar(10, 8, 305, 20); new fltk::Button(125, 35, 65, 20, "Cancel"); o->end(); I'm using svn 5554 | |
|
#2 | spitzak 23:45 Dec 30, 2006 |
| Fixed in Subversion repository.
Yes I ran into this as well, it is fixed now. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |