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 742709 - Loss of fraction part in gtk_source_print_compositor_paginate()
Loss of fraction part in gtk_source_print_compositor_paginate()
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: General
3.15.x
Other Windows
: Normal normal
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-10 15:30 UTC by maksqwe
Modified: 2015-01-11 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.01 KB, patch)
2015-01-10 15:30 UTC, maksqwe
none Details | Review

Description maksqwe 2015-01-10 15:30:30 UTC
Created attachment 294228 [details] [review]
Patch

gtksourceprintcompositor.c 2699
double layout_line_height;
layout_line_height = logical_rect.height / PANGO_SCALE;
Comment 1 Sébastien Wilmet 2015-01-11 21:15:34 UTC
Commit pushed, thanks.