Voltaire // Round windowWidth in ctlCandidateVertical.

This commit is contained in:
ShikiSuen 2022-05-29 09:51:05 +08:00
parent acfe46daef
commit 7823ba2af7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ private class VerticalCandidateView: NSView {
} }
elementWidths = newWidths elementWidths = newWidths
elementHeights = newHeights elementHeights = newHeights
windowWidth = calculatedWindowWidth + cellPadding windowWidth = round(calculatedWindowWidth + cellPadding) //
} }
@objc(setKeyLabelFont:candidateFont:) @objc(setKeyLabelFont:candidateFont:)