mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Selectively apply FOCUS_ACCESSIBILITY to the Labels instead of setting it by default.
This commit is contained in:
@@ -435,6 +435,7 @@ void EditorToaster::_popup_str(const String &p_message, Severity p_severity, con
|
||||
hb->add_theme_constant_override("separation", 0);
|
||||
|
||||
Label *label = memnew(Label);
|
||||
label->set_focus_mode(FOCUS_ACCESSIBILITY);
|
||||
hb->add_child(label);
|
||||
|
||||
Label *count_label = memnew(Label);
|
||||
|
||||
Reference in New Issue
Block a user