mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Removing almost all animated over states in IconButton.
This commit is contained in:
@@ -2489,10 +2489,10 @@ void EmojiPanel::paintEvent(QPaintEvent *e) {
|
||||
Painter p(this);
|
||||
|
||||
if (!_deleteVisible) {
|
||||
p.fillRect(0, 0, width(), st::emojiPanHeader, st::emojiPanHeaderBg->b);
|
||||
p.fillRect(0, 0, width(), st::emojiPanHeader, st::emojiPanHeaderBg);
|
||||
}
|
||||
p.setFont(st::emojiPanHeaderFont);
|
||||
p.setPen(st::emojiPanHeaderColor);
|
||||
p.setPen(st::emojiPanHeaderFg);
|
||||
p.drawTextLeft(st::emojiPanHeaderLeft, st::emojiPanHeaderTop, width(), _text);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user