mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fixed not loaded messages with bot keyboard display
Fixed saved gifs row layout Removed information about channel members count / left to invite in invite-to-channel box (channels have no participants limit)
This commit is contained in:
@@ -8021,6 +8021,7 @@ void HistoryWidget::paintEvent(QPaintEvent *e) {
|
||||
drawPinnedBar(p);
|
||||
}
|
||||
if (_scroll.isHidden()) {
|
||||
p.setClipRect(_scroll.geometry());
|
||||
QPoint dogPos((width() - st::msgDogImg.pxWidth()) / 2, ((height() - _field.height() - 2 * st::sendPadding - st::msgDogImg.pxHeight()) * 4) / 9);
|
||||
p.drawPixmap(dogPos, *cChatDogImage());
|
||||
}
|
||||
|
Reference in New Issue
Block a user