mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
pausing of mtp while animating, fixed message field while animating
This commit is contained in:
@@ -186,6 +186,7 @@ void FlatTextarea::paintEvent(QPaintEvent *e) {
|
||||
p.setPen(a_phColor.current());
|
||||
p.drawText(phRect, _ph, QTextOption(_st.phAlign));
|
||||
p.restore();
|
||||
p.setOpacity(1);
|
||||
}
|
||||
QTextEdit::paintEvent(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user