Add a focus border on ScrollContainer
Also added new unit tests for `Control`. Co-authored-by: ator-dev <dominic.codedeveloper@gmail.com>
This commit is contained in:
committed by
Pablo Andres Fuente
parent
0c45ace151
commit
86ea0127a3
@ -4662,6 +4662,7 @@ EditorInspector::EditorInspector() {
|
||||
search_box = nullptr;
|
||||
_prop_edited = "property_edited";
|
||||
set_process(false);
|
||||
set_focus_mode(FocusMode::FOCUS_ALL);
|
||||
property_focusable = -1;
|
||||
property_clipboard = Variant();
|
||||
|
||||
@ -4680,4 +4681,6 @@ EditorInspector::EditorInspector() {
|
||||
|
||||
// `use_settings_name_style` is true by default, set the name style accordingly.
|
||||
set_property_name_style(EditorPropertyNameProcessor::get_singleton()->get_settings_style());
|
||||
|
||||
set_draw_focus_border(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user