Some control fixes and removed useless lines

This commit is contained in:
Gilles Roudiere 2017-08-19 19:10:00 +02:00
parent 523b3c11cf
commit 06256cd778
8 changed files with 10 additions and 15 deletions

View file

@ -3268,7 +3268,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);