mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #4] Removed properties of CommonFontInfo struct are referenced in XFtGetFontInfoSys() #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ismail-yilmaz on GitHub (Oct 18, 2018).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/4
Hello,
Below properties (height, lineheight) had been removed from CommonFontInfo some time ago.
Yet they are still used in XFtGetFontInfoSys() function. This leads to a compiler error when the NOGTK mode is enabled.
cf97a1a31d/uppsrc/CtrlCore/DrawTextX11.cpp (L118-L119)@ismail-yilmaz commented on GitHub (Oct 23, 2018):
Fixed.
09efd77e66 (diff-4c061be033880ce04abf4012d79dba13)