Fix build with GCC.

This commit is contained in:
John Preston
2026-04-14 21:46:05 +07:00
parent c5317e6de9
commit f9d86283a3
@@ -2569,7 +2569,7 @@ void Element::blockquoteExpandChanged() {
}
void Element::invalidateTextSizeCache() {
_textWidth = -1;
_textWidth = 0;
_textHeight = 0;
_textRealWidth = 0;
invalidateTextDependentCache();