mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix build with GCC.
This commit is contained in:
@@ -2569,7 +2569,7 @@ void Element::blockquoteExpandChanged() {
|
||||
}
|
||||
|
||||
void Element::invalidateTextSizeCache() {
|
||||
_textWidth = -1;
|
||||
_textWidth = 0;
|
||||
_textHeight = 0;
|
||||
_textRealWidth = 0;
|
||||
invalidateTextDependentCache();
|
||||
|
||||
Reference in New Issue
Block a user