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
35 stars 14 forks source link

Window has a default Label "Window", not like other Widgets #629

Closed antongit closed 1 year ago

antongit commented 1 year ago

Describe the bug The Window Widget has the default Label set to "Window". So, if another Window is placed (without changing the Label pin), it doesn't appear, because it has the same label. It is different from all other widgets, that have their label empty, which means, that the invisible label (##...) is assigned automatically.

To Reproduce Steps to reproduce the behavior:

  1. Create two Window Regions.
  2. Second Window doesn't appear unless you give it another label.

Expected behavior VL.ImGui cares about Window's Label (if not set), so that there are no conflicts, like with the other Widgets.