#4019 closed defect (fixed)
Subtoolbars have 1px border
Reported by: | manuq | Owned by: | manuq |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Sugar | Version: | 0.97.x |
Severity: | Unspecified | Keywords: | r+ |
Cc: | erikos | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
See http://bugs.sugarlabs.org/attachment/ticket/3388/toolbar_comparison.gif
This is a follow up of #3388 .
Attachments (3)
Change History (8)
comment:1 Changed 10 years ago by manuq
Changed 10 years ago by manuq
Changed 10 years ago by manuq
comment:2 Changed 10 years ago by manuq
- Cc erikos added
- Keywords r? added
Changing the order of the drawing calls in the container widget fixes the outline drawing issue. Attached is a proposed patch and a new animation that shows it's working now.
comment:3 Changed 10 years ago by manuq
- Keywords r+ added; r? removed
- Resolution set to fixed
- Status changed from new to closed
Pushed d3252365 and backported to 0.98 too.
comment:4 Changed 10 years ago by dnarvaez
- Component changed from sugar-artwork to Sugar
Note: See
TracTickets for help on using
tickets.
I have tried this change:
And the subtoolbar gets the original height, but looses part of the top outline. See attached animation. Commit 820efa56 shows that this 'vpad' was in GTK2 too, so the issue is in another part.