akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.37k stars 62 forks source link

The frame is displayed even if borderless is enabled in nightly-1-g5deb344 #424

Closed shiena closed 1 year ago

shiena commented 1 year ago

environment

OS: Windows11 Pro 22H2 version: nightly-1-g5deb344

BorderlessWindows = true in nightly

image

BorderlessWindows = false in nightly

image

BorderlessWindows = true in goneovim v0.6.3

image

BorderlessWindows = false in goneovim v0.6.3

image
shiena commented 1 year ago

The previous nightly version looks the same as v0.6.3. https://github.com/akiyosi/goneovim/actions/runs/3425121992

shiena commented 1 year ago

Fixed in nightly-1-g508947c.

akiyosi commented 1 year ago

@shiena

Thanks for this report. The problem was a bug in the most recent changes to goqtframelesswindow on which gooneovim depends.

I am glad to hear that it has been fixed.

On the other hand, I noticed a problem with the borderless window no longer having a shadow. I am investigating this.