File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22; ;; For more information see (info "(emacs) Directory Variables")
33
44((swift-mode
5- (flycheck-swift-include-search-paths " /usr/local/lib/merlin/Igis-1.3.3 /Igis/.build/debug" " /usr/local/lib/merlin/Scenes-1.0.9 /Scenes/.build/debug" )))
5+ (flycheck-swift-include-search-paths " /usr/local/lib/merlin/Igis-1.3.4 /Igis/.build/debug" " /usr/local/lib/merlin/Scenes-1.0.10 /Scenes/.build/debug" )))
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public class TextLabel : Control {
115115 /// Calculates a new rect based upon the size of the text.
116116 open func calculateRect( ) -> Rect ? {
117117 if let metrics = textMetric. currentMetrics {
118- var rect = metrics. fontBoundingBox ( )
118+ var rect = metrics. actualBoundingBox ( )
119119 rect. inflate ( by: controlStyle. padding)
120120 rect. topLeft = topLeft
121121 return rect
Original file line number Diff line number Diff line change 1- Igis 1.3.3
2- Scenes 1.0.9
3-
1+ Igis 1.3.4
2+ Scenes 1.0.10
You can’t perform that action at this time.
0 commit comments