| [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File ]
STR #2001
Application: | FLTK Library |
Status: | 5 - New |
Priority: | 3 - Moderate, e.g. unable to compile the software |
Scope: | 3 - Applies to all machines and operating systems |
Subsystem: | Unassigned |
Summary: | Browser Items image height (from leaf_symbol for example) do not adjust height of items |
Version: | 2.0-current |
Created By: | rafal.maj |
Assigned To: | Unassigned |
Fix Version: | Unassigned |
Update Notification: | |
Trouble Report Files:
[ Post File ]
Trouble Report Comments:
[ Post Text ]
|
#1 | rafal.maj 07:45 Jul 14, 2008 |
| Create a tree with big icons - and the items will be not high enough and will overlap.
Example: Browser *tree = new Browser(20, 50, 300, 150); tree->indented(1); tree->group_symbol(&imgsBox); // 32x32 pixel images Group *g1 = tree->add_group("Test1", tree); Group *g2 = tree->add_group("Test2", tree);
Workaround/fix: g1->h(32+g1->leading()); g2->h(32+g2->leading()); | |
|
#2 | isaque 07:29 Aug 20, 2009 |
| This error doesn't seem to be happening anymore. I've ran test/browser and there is a huge picture - like a Porsche coat - that is drawn ok.
I believe we can close this. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |