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 143577 - Print Grid lines does not work for Print/Print Print Preview
Print Grid lines does not work for Print/Print Print Preview
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2004-06-02 13:27 UTC by Sanjeev Saxena
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Sanjeev Saxena 2004-06-02 13:27:40 UTC
Print Grid lines does not work for Print/Print Print Preview in Gnumeric
versions higher than 
1.2.8 (it works in 1.2.8) but not in 1.2.9/1.2.10 nor in 1.2.12
Comment 1 Andreas J. Guelzow 2004-06-08 21:00:43 UTC
Well, in print-cell.c:

	GnmBorder const *none =
		hide_grid ? NULL : style_border_none ();

So with a hidden grid we use "NULL" otherwise no border.

In style_border_set_pc in style-border.c they both cause a return value of
FALSE, so no border is printed either way!
Comment 2 Jody Goldberg 2004-06-09 02:36:10 UTC
Ahh I see the problem.
I must have broken it when I adding diagonal border printing.
I'll patch in both trees.