You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix "find and replace" initializing with wrong size
Fix the code editor outside the allowed limits.
This commit is contained in:
@@ -72,9 +72,9 @@ public:
|
||||
|
||||
class ScriptEditorDebugger;
|
||||
|
||||
class ScriptEditorBase : public Control {
|
||||
class ScriptEditorBase : public VBoxContainer {
|
||||
|
||||
GDCLASS(ScriptEditorBase, Control);
|
||||
GDCLASS(ScriptEditorBase, VBoxContainer);
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user