Merge pull request #116283 from TheDying0fLight/fix-script-editor-minimizing
Fix `ScriptTextEditor` resizing issue
This commit is contained in:
@@ -31,13 +31,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "editor/gui/code_editor.h"
|
||||
#include "scene/gui/box_container.h"
|
||||
|
||||
class EditorSyntaxHighlighter;
|
||||
class MenuButton;
|
||||
class VSplitContainer;
|
||||
|
||||
class ScriptEditorBase : public Control {
|
||||
GDCLASS(ScriptEditorBase, Control);
|
||||
class ScriptEditorBase : public VBoxContainer {
|
||||
GDCLASS(ScriptEditorBase, VBoxContainer);
|
||||
|
||||
protected:
|
||||
Ref<Resource> edited_res;
|
||||
|
||||
Reference in New Issue
Block a user