After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614582 - 2.30 contains a change which totally breaks background drawing
2.30 contains a change which totally breaks background drawing
Status: RESOLVED FIXED
Product: libgnomecanvas
Classification: Deprecated
Component: core
2.30.x
Other All
: Normal blocker
: ---
Assigned To: libgnomecanvas maintainers
libgnomecanvas maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-01 13:03 UTC by Paul Davis
Modified: 2010-04-01 13:55 UTC
See Also:
GNOME target: 2.30.x
GNOME version: ---


Attachments
patch to fix drawing breakage in 2.30 (771 bytes, application/octet-stream)
2010-04-01 13:03 UTC, Paul Davis
  Details
improved fix for the issue (370 bytes, patch)
2010-04-01 13:33 UTC, Paul Davis
committed Details | Review

Description Paul Davis 2010-04-01 13:03:02 UTC
Created attachment 157691 [details]
patch to fix drawing breakage in 2.30

see subject and attachment, which fixes broken drawing. to replicate, just run ardour (http://ardour.org/) on any system with 2.30 installed, and compare to 2.26.
Comment 1 Paul Davis 2010-04-01 13:33:04 UTC
Created attachment 157694 [details] [review]
improved fix for the issue

This is the core fix for the problem. buf.bg_color is used by SVP drawing code for the canvas, so leaving it unset is an error.
Comment 2 Vincent Untz 2010-04-01 13:55:15 UTC
Thanks, committed. Will do a release now.