mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 09:01:32 +00:00
-Cleaned up find/replace bar for replace (made selection only default if selection exists), also made buttons look like buttons
-Fixed a bug related to theme propagation, may be able to solve #6443, #6302 and others. Please test.
This commit is contained in:
parent
e6ef92d217
commit
1bf684cea2
9 changed files with 47 additions and 31 deletions
|
|
@ -1513,6 +1513,7 @@ void ScriptEditor::edit(const Ref<Script>& p_script, bool p_grab_focus) {
|
|||
}
|
||||
ERR_FAIL_COND(!se);
|
||||
tab_container->add_child(se);
|
||||
|
||||
se->set_edited_script(p_script);
|
||||
se->set_tooltip_request_func("_get_debug_tooltip",this);
|
||||
if (se->get_edit_menu()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue