Fix "find and replace" initializing with wrong size

Fix the code editor outside the allowed limits.
This commit is contained in:
Guilherme Felipe 2018-06-10 19:10:32 -03:00
parent acd9646ede
commit 5bae3693bf
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();