Bug 1443257

Summary: howmany() in vte uses ceil() instead of round()
Product: [Fedora] Fedora Reporter: Bojan Smojver <bojan>
Component: vte3Assignee: Matthias Clasen <mclasen>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 25CC: adam, mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-19 00:01:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bojan Smojver 2017-04-18 23:27:29 UTC
Description of problem:

Here:
https://github.com/GNOME/vte/blob/master/src/vtedraw.cc#L391

within the howmany(), a ceil is happening.  Changing that to round will probably get you what you want.

Version-Release number of selected component (if applicable):
vte3-0.36.5-2.fc24.x86_64

How reproducible:
Always.

Steps to Reproduce:
1. Open Gnome terminal while using freetype-2.6.5-4
2. Line spacing changes.

Actual results:
Line spacing changes.

Expected results:
Should remain the same.

Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1437999