Skip to content

Commit

Permalink
Remove needless .needsDisplay update
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed May 23, 2024
1 parent 514d68d commit 105dd9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CotEditor/Sources/HoleContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ final class HoleContentView: NSView {
self.holes = self.descendants(type: NSStackView.self)
.map { $0.convert($0.frame, to: self) }
.filter { !$0.isEmpty }
self.needsDisplay = true
}
}
}
Expand Down

0 comments on commit 105dd9c

Please sign in to comment.