2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Support custom emoji in chats list entries.

This commit is contained in:
John Preston
2022-07-04 10:14:24 +04:00
parent ee8d8171f7
commit b976aa0872
5 changed files with 29 additions and 5 deletions

View File

@@ -406,6 +406,8 @@ void InnerWidget::changeOpenedFolder(Data::Folder *folder) {
void InnerWidget::paintEvent(QPaintEvent *e) {
Painter p(this);
p.setInactive(
_controller->isGifPausedAtLeastFor(Window::GifPauseReason::Any));
const auto r = e->rect();
if (_controller->widget()->contentOverlapped(this, r)) {
return;