Skip to content

Commit 840d807

Browse files
committed
Fix line spacing.
1 parent 53978ed commit 840d807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VTabView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ let CHORD_SPACE: CGFloat = 24.0
8585
NSBezierPath.strokeLineFromPoint(startPoint, toPoint: endPoint)
8686
newStringHeight += tabFont.pointSize
8787
}
88-
return stringHeight
88+
return newStringHeight
8989
}
9090

9191
func drawFocusRectForChordAtPoint(origin: NSPoint, inColor strokeColor: NSColor) {

0 commit comments

Comments
 (0)