Sfoglia il codice sorgente

Fix get_visible_line_count in RichTextLabel with newlines

Fixed #59359.
Paweł Fertyk 3 anni fa
parent
commit
32cdf9fad2
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      scene/gui/rich_text_label.cpp

+ 0 - 1
scene/gui/rich_text_label.cpp

@@ -692,7 +692,6 @@ int RichTextLabel::_process_line(ItemFrame *p_frame, const Vector2 &p_ofs, int &
 
 				if (p_mode != PROCESS_CACHE) {
 					lh = line < l.height_caches.size() ? l.height_caches[line] : 1;
-					line_is_blank = true;
 				}
 
 			} break;