mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Change editor button focus mode to FOCUS_ACCESSIBILITY.
This commit is contained in:
@@ -532,7 +532,7 @@ void ColorPicker::create_slider(GridContainer *gc, int idx) {
|
||||
|
||||
HSlider *slider = memnew(HSlider);
|
||||
slider->set_v_size_flags(SIZE_SHRINK_CENTER);
|
||||
slider->set_focus_mode(FOCUS_NONE);
|
||||
slider->set_focus_mode(FOCUS_ACCESSIBILITY);
|
||||
gc->add_child(slider);
|
||||
|
||||
SpinBox *val = memnew(SpinBox);
|
||||
|
||||
Reference in New Issue
Block a user