for Godot 4.3 - GDscript
is it possible that an item list already has a selected item when the program starts. I couldn’t find a method to do this.
for Godot 4.3 - GDscript
is it possible that an item list already has a selected item when the program starts. I couldn’t find a method to do this.
Ok, ok, I got it working.
Unfortunately, this method does not trigger the item selection signal.
But I called the signal manually in the _ready-method via code.
Not elegant, but works…
thx M