Change editor button focus mode to FOCUS_ACCESSIBILITY.
This commit is contained in:
parent
42c7f14422
commit
22b5a2fc5c
31 changed files with 116 additions and 116 deletions
|
|
@ -8103,7 +8103,7 @@ EditorNode::EditorNode() {
|
|||
renderer->set_flat(true);
|
||||
renderer->set_theme_type_variation("TopBarOptionButton");
|
||||
renderer->set_fit_to_longest_item(false);
|
||||
renderer->set_focus_mode(Control::FOCUS_NONE);
|
||||
renderer->set_focus_mode(Control::FOCUS_ACCESSIBILITY);
|
||||
renderer->set_tooltip_text(TTR("Choose a rendering method.\n\nNotes:\n- On mobile platforms, the Mobile rendering method is used if Forward+ is selected here.\n- On the web platform, the Compatibility rendering method is always used."));
|
||||
renderer->set_accessibility_name(TTRC("Rendering Method"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue