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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user