Skip to content

Commit 64115de

Browse files
committed
Use Default Window Background Color
1 parent 058e165 commit 64115de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/CodeEditSourceEditor/CodeSuggestion/Window/SuggestionController+Window.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ extension SuggestionController {
7878
window.isOpaque = false
7979
window.tabbingMode = .disallowed
8080
window.hidesOnDeactivate = true
81-
window.backgroundColor = .clear
8281

8382
return window
8483
}

0 commit comments

Comments
 (0)