Merge pull request #19498 from guilhermefelipecgs/fix_regression

Fix "find and replace" initializing with wrong size
This commit is contained in:
Max Hilbrunner
2018-07-05 04:23:18 +02:00
committed by GitHub
5 changed files with 9 additions and 8 deletions

View File

@ -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();