godotengine / godotengine/godot-docs

ColorPicker popup with title-bar.

Open
#7,317 0 comments 0 reactions 0 assignees View on GitHub
area:class reference bug
Dominant language
reStructuredText
Stars
5.7k
Forks
3.8k
Avg merge
1d 20h
Merged PRs (30d)
25

Description

v4.0.2.stable.official [7a0977ce2]

The popup with the ColorPicker invoked when a ColorPickerButton is pressed by default has no title-bar which means it can't be dragged around to reposition. However, by going through get_popup () for the ColorPickerButton and changing the "borderless" property to false just before the popup is shown (via the "about_to_popup" signal) allows you to enable the title-bar for it and therefore access this functionality. It might be helpful to include this information in the documentation for ColorPickerButton.

(https://docs.godotengine.org/en/stable/classes/class_colorpickerbutton.html#class-colorpickerbutton)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.