2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

version 0.7.23 stable is ready

This commit is contained in:
John Preston
2015-03-20 09:41:11 +03:00
parent d8c853bb83
commit 01ad967640
8 changed files with 17 additions and 20 deletions

View File

@@ -4557,9 +4557,6 @@ void HistoryMessage::draw(QPainter &p, uint32 selection) const {
width = _maxw;
}
if (_media) {
if (st::msgMargin.top() + _media->height() + st::msgMargin.bottom() != _height) {
int a = 0;
}
p.save();
p.translate(left, st::msgMargin.top());
_media->draw(p, this, selected);