| [ Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File ]
STR #2008
Application: | FLTK Library |
Status: | 5 - New |
Priority: | 1 - Request for Enhancement, e.g. asking for a feature |
Scope: | 3 - Applies to all machines and operating systems |
Subsystem: | Unassigned |
Summary: | Browser column header doesn't allow for multi-line labels |
Version: | 2.0-feature |
Created By: | bnolsen |
Assigned To: | TobiasFar |
Fix Version: | 2.0-feature (SVN: v6148) |
Update Notification: | |
Trouble Report Files:
[ Post File ]
Trouble Report Comments:
[ Post Text ]
|
#1 | bnolsen 09:03 Jul 17, 2008 |
| trying to set a column label to a multiline label (something with "\n") doesn't result in a correctly sized header.
Attached is a half fix. It leverages the current BButton::layout to compute the height of the first column not by calls to the current font but by a call to measure_label(). leading() + 3 are added because adding these *seem* to result in the same typical height as computed before. | |
|
#2 | bnolsen 11:59 Jul 17, 2008 |
| Updated to a more general patch which scans all the column headers. | |
|
#3 | TobiasFar 12:41 Jul 17, 2008 |
| Fixed in Subversion repository. | |
|
#4 | TobiasFar 12:41 Jul 17, 2008 |
| Fixed in Subversion repository. | |
[ Return to Bugs & Features | Post Text | Post File ]
|
| |