dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.98k stars 237 forks source link

Box containers not copied when performing copy paste #2407

Open AtlaStar opened 1 month ago

AtlaStar commented 1 month ago

Steps to reproduce the behavior:

  1. Select an If branch in the visual editor
  2. Copy it and paste it somewhere, cut and paste works properly
  3. See the following

image

Expected behavior To copy the box container node at when copying

System:

Workaround: image ctrl click the box so it is also selected in the copy operation before copying. As you can see it is highlighted gray, showing it is selected, unlike it being purple like the other image (probably not intended behavior either)

Since the cut and paste operation works correctly, the logic error has to be something broken in the copy operation itself

AtlaStar commented 1 month ago

I should note; it isn't so much that they aren't copied as that appears to be the intended behavior, but rather that the GUI doesn't populate new UI controls on copying which is expected behavior