#3459 closed defect (fixed)
accelerator is not drawn in the palette
Reported by: | erikos | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Major | Keywords: | 12.1.0, olpc-testing-pending |
Cc: | Distribution/OS: | OLPC | |
Bug Status: | Assigned |
Description
The accelerator does work to trigger the action (stop/copy/paste button in Browse), but is not displayed in the palette.
Change History (5)
comment:1 Changed 11 years ago by erikos
- Distribution/OS changed from Unspecified to OLPC
comment:2 Changed 11 years ago by erikos
comment:3 Changed 11 years ago by erikos
- Keywords olpc-testing-pending added
- Resolution set to fixed
- Status changed from new to closed
Works for me in os8.
comment:4 Changed 10 years ago by dnarvaez
- Component changed from sugar-toolkit-gtk3 to Sugar
Note: See
TracTickets for help on using
tickets.
This is a space requisition issue: In the old palette code we did take the border width into account. If I add that to our do_get_preferred_width call the accelerator is shown - however the palette border is not drawn anymore. Need to look closer into our allocation code another time, but this is the right path.