mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
SpinBox: Add a property to set whether custom_arrow_step rounds value
This commit is contained in:
parent
9c561027fc
commit
7668360c68
4 changed files with 38 additions and 16 deletions
|
|
@ -2170,6 +2170,7 @@ ColorPicker::ColorPicker() {
|
|||
intensity_slider->set_step(0.001);
|
||||
intensity_value->set_allow_greater(true);
|
||||
intensity_value->set_custom_arrow_step(1);
|
||||
intensity_value->set_custom_arrow_round(true);
|
||||
|
||||
hex_hbc = memnew(HBoxContainer);
|
||||
hex_hbc->set_alignment(ALIGNMENT_BEGIN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue