vvvv / VL.StandardLibs

A collection of standard libraries for vvvv including VL.Stride, VL.Skia, VL.ImGui, msgpack.org[VL]
https://visualprogramming.net
GNU Lesser General Public License v3.0
42 stars 16 forks source link

Cannot leave fullscreen #102

Open joreg opened 2 years ago

joreg commented 2 years ago

to reproduce:

the only way to get back out seems to be deleting the node

bj-rn commented 2 years ago

Had the same or at least a similiar "issue". But when inspecting it in more detail the window wasn't really fullscreen but kind of windowed borderless. When hovering the border that is adjacent the main screen with your mouse it should turn into a resize cursor. Resizing slightly will get the title bar back.

image

sebescudie commented 2 years ago

Same behavior observed when opening one of the BadMapper help patches. Could not get rid of full screen unless focusing the patch with alt+tab and deleting the SceneWindow node. Here I only had my laptop's screen, no external monitor.

tebjan commented 2 years ago

This is a windows 10/11 behavior, the window state gets saved in the bounds pin and if windows detects a window in the size of the desktop it gets treaded as borderless fullscreen. so this needs to be checked somehow before saving/applying the bounds pin.