godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
86.84k stars 19.44k forks source link

Color wheel selection #69989

Open Sleggie opened 1 year ago

Sleggie commented 1 year ago

Godot version

4.0.beta7

System information

Nobara Linux

Issue description

All color selection wheels except for HSV Wheel appear to have an issue with their clickable area. More specifically, it his difficult to select colors which lie at exact edge of the wheel, perhaps due to an insufficiently large clickable area.

Steps to reproduce

Access any color selection wheel (except for HSV Wheel) and try to pick a color at the edge of the circle: image

You should notice that your mouse continues to focus on the wheel, even when you release left click.

Minimal reproduction project

Screencast from 12-12-2022 05:25:00 PM.webm

This bug occurs on any blank Godot project.

KoBeWi commented 1 year ago

This issue sounds similar to #60303, but I can't reproduce it. All colors on the wheel seem to be reachable.