mirror of https://github.com/procxx/kepka.git
Merge branch 'dev' of https://bitbucket.org/johnprestonmail/telegram-desktop into dev
This commit is contained in:
commit
1f423a6da2
|
@ -2523,7 +2523,7 @@ protected:
|
||||||
}
|
}
|
||||||
void paintForwardedInfo(Painter &p, int32 x, int32 y, int32 w, bool selected) const;
|
void paintForwardedInfo(Painter &p, int32 x, int32 y, int32 w, bool selected) const;
|
||||||
|
|
||||||
Text _text = { st::msgMinWidth };
|
Text _text = { int(st::msgMinWidth) };
|
||||||
|
|
||||||
int _textWidth = 0;
|
int _textWidth = 0;
|
||||||
int _textHeight = 0;
|
int _textHeight = 0;
|
||||||
|
|
Loading…
Reference in New Issue