Bug 1443257 - howmany() in vte uses ceil() instead of round()
Summary: howmany() in vte uses ceil() instead of round()
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: vte3
Version: 25
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-18 23:27 UTC by Bojan Smojver
Modified: 2017-04-19 00:01 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-04-19 00:01:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 781479 0 None None None 2017-04-19 00:01:54 UTC

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


Note You need to log in before you can comment on or make changes to this bug.