Highlight still visible after calling Window.makeWindowFullyTransparent()
#49
Labels
bug
Something isn't working
help wanted
Extra attention is needed
macOS
This issue is related to macOS
Calling
Window.makeWindowFullyTransparent()
(introduced in #48) is supposed to make the window fully transparent (with only flutter-drawn widgets, the title, and the traffic light buttons remaining visible), however, a thin, white line, which is supposed to represent a highlight on top of the window, still remains visible:Since this is unintended, it is currently considered a bug. Ideally, there would be methods called
Window.enableHighlight()
andWindow.disableHighlight()
which could be called byWindow.makeWindowFullyTransparent()
to remove the line, however, I could not find a way to achieve this.For this reason, I am opening this issue with a “help wanted” label. If anybody knows of a way to disable the highlight of an
NSWindow
within Swift, please reach out to me.The text was updated successfully, but these errors were encountered: