diff options
| author | Rémi Verschelde | 2017-08-20 15:24:00 +0200 |
|---|---|---|
| committer | GitHub | 2017-08-20 15:24:00 +0200 |
| commit | 5627047c32bf20d7fc83998c6ab9899744160175 (patch) | |
| tree | 6a01b2b424e3631856d5b737c71f733ad02ab7cc /modules/visual_script/visual_script_editor.cpp | |
| parent | 7e5890d23d882547ae465fb7756b74be5bc1f62b (diff) | |
| parent | 06256cd7782de2d91cd9ed3bcb9a05e293397303 (diff) | |
| download | godot-5627047c32bf20d7fc83998c6ab9899744160175.tar.gz godot-5627047c32bf20d7fc83998c6ab9899744160175.tar.zst godot-5627047c32bf20d7fc83998c6ab9899744160175.zip | |
Diffstat (limited to 'modules/visual_script/visual_script_editor.cpp')
| -rw-r--r-- | modules/visual_script/visual_script_editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/visual_script/visual_script_editor.cpp b/modules/visual_script/visual_script_editor.cpp index 9a1033e95..b9e7a6ffc 100644 --- a/modules/visual_script/visual_script_editor.cpp +++ b/modules/visual_script/visual_script_editor.cpp @@ -3279,7 +3279,6 @@ VisualScriptEditor::VisualScriptEditor() { select_func_text->set_valign(Label::VALIGN_CENTER); select_func_text->set_h_size_flags(SIZE_EXPAND_FILL); add_child(select_func_text); - graph->set_area_as_parent_rect(); hint_text = memnew(Label); hint_text->set_anchor_and_margin(MARGIN_TOP, ANCHOR_END, -100); |
