Skip to content

Commit 4a88f7b

Browse files
committed
Added comment on draw function
1 parent 5b26e5f commit 4a88f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/CodeEditSourceEditor/ReformattingGuide/ReformattingGuideView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ReformattingGuideView: NSView {
2828
fatalError("init(coder:) has not been implemented")
2929
}
3030

31+
// Draw the reformatting guide line and shaded area
3132
override func draw(_ dirtyRect: NSRect) {
3233
super.draw(dirtyRect)
3334
guard isVisible else {

0 commit comments

Comments
 (0)