Merge pull request #55439 from KoBeWi/random_programming_ftw

This commit is contained in:
Rémi Verschelde 2021-11-29 14:55:45 +01:00 committed by GitHub
commit eb5c2e1067
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,7 +222,7 @@ int RichTextLabel::_process_line(ItemFrame *p_frame, const Vector2 &p_ofs, int &
if (align != ALIGN_FILL) \
wofs += line_ofs; \
} else { \
int used = wofs - margin; \
float used = wofs - margin; \
switch (align) { \
case ALIGN_LEFT: \
l.offset_caches.push_back(0); \