Bug 131676

Summary: expander is misdrawn
Product: [Fedora] Fedora Reporter: Matthias Clasen <mclasen>
Component: gtk2Assignee: Matthias Clasen <mclasen>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-08 13:33:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 131589    
Attachments:
Description Flags
proposed workaround none

Description Matthias Clasen 2004-09-03 02:37:59 UTC
the expanded expander is misdrawn. It looks as if the triangle is not
exactly symmetric, causing some ugly aliasing. This is rumoured to be
related to floating point changes in gcc 3.4.1...

Comment 1 Matthias Clasen 2004-09-04 04:39:22 UTC
This really seems to be a compiler issue. Inserting any function call
- even g_free (NULL) - between create_affine() and the loop over the
points in gtk_default_draw_expander() fixes it.



Comment 2 Matthias Clasen 2004-09-04 04:41:42 UTC
Created attachment 103456 [details]
proposed workaround