Skip to content

Cursor change in borders when frameless window is maximized #7873

Open
@pols63

Description

@pols63

Hi:

NWJS Version : 63.1
Operating System : Windows 10

I have a frameless maximized window. I am moving the cursor on the border and it changes.
image

For reproduce it, Iam using this code:

nw.Window.open('app/index.html', {
	width: 800,
	height: 600,
	frame: false,
}, w => {
	w.show()
	w.maximize()
})

How prevent that cursor change?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions