You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +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:
@@ -2140,6 +2140,7 @@ Vector<String> VisualScriptEditor::get_functions(){
|
||||
|
||||
void VisualScriptEditor::set_edited_script(const Ref<Script>& p_script){
|
||||
|
||||
|
||||
script=p_script;
|
||||
signal_editor->script=p_script;
|
||||
signal_editor->undo_redo=undo_redo;
|
||||
|
||||
Reference in New Issue
Block a user