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