mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 02:51:25 +00:00
Merge pull request #19498 from guilhermefelipecgs/fix_regression
Fix "find and replace" initializing with wrong size
This commit is contained in:
commit
c488a74e0c
5 changed files with 9 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue