godot icon indicating copy to clipboard operation
godot copied to clipboard

ColorPicker Placement in Create Node Dialog

Open DarkiStar opened this issue 3 years ago • 1 comments

Godot version

3.5 stable

System information

Windows 10

Issue description

Hello,

the ColorPicker Node on my system appears inside the Container Group (see Screenshot). I wonder if this is indented or not?

image

Steps to reproduce

Add a node in the editor and look under BoxCointainer group.

Minimal reproduction project

No response

DarkiStar avatar Aug 07 '22 06:08 DarkiStar

This is expected, as ColorPicker inherits from BoxContainer. The Create New Node dialog reflects the node inheritance.

I wonder if refactoring ColorPicker to inherit from Control makes sense, but this is a compatibility-breaking change and may be too late for 4.0.

Calinou avatar Aug 07 '22 07:08 Calinou

I wonder if this is indented or not?

Yes.

KoBeWi avatar Feb 27 '23 01:02 KoBeWi