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 563487 - GooCanvasGrid with step size of 0 causes infinite loop
GooCanvasGrid with step size of 0 causes infinite loop
Status: RESOLVED FIXED
Product: goocanvas
Classification: Other
Component: general
svn trunk
Other Linux
: Normal normal
: ---
Assigned To: goocanvas-maint
goocanvas-maint
Depends on:
Blocks:
 
 
Reported: 2008-12-06 19:05 UTC by Murray Cumming
Modified: 2008-12-29 20:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
grid_zero_step.patch (1.45 KB, patch)
2008-12-06 19:05 UTC, Murray Cumming
committed Details | Review

Description Murray Cumming 2008-12-06 19:05:23 UTC
This patch prevents an endless loop if the x or y step is 0.
Comment 1 Murray Cumming 2008-12-06 19:05:54 UTC
Created attachment 124065 [details] [review]
grid_zero_step.patch
Comment 2 Damon Chaplin 2008-12-29 20:31:02 UTC
Patch applied with minor changes. Thanks.