Browse Source

Fix GraphNode not resizing with larger title

Marc Gilleron 3 years ago
parent
commit
79c6d7ad7f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scene/gui/graph_node.cpp

+ 0 - 1
scene/gui/graph_node.cpp

@@ -393,7 +393,6 @@ void GraphNode::_notification(int p_what) {
 				w -= close->get_width();
 			}
 
-			title_buf->set_width(w);
 			title_buf->draw(get_canvas_item(), Point2(sb->get_margin(SIDE_LEFT) + title_h_offset, -title_buf->get_size().y + title_offset), title_color);
 			if (show_close) {
 				Vector2 cpos = Point2(w + sb->get_margin(SIDE_LEFT) + close_h_offset, -close->get_height() + close_offset);