mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fixed incorrect drawing of sending animation bubble with custom themes.
This commit is contained in:
@@ -392,7 +392,7 @@ void Content::createBubble() {
|
||||
context.skipDrawingParts = Context::SkipDrawingParts::Content;
|
||||
context.outbg = currentView->hasOutLayout();
|
||||
|
||||
context.translate(paintOffsetLeft, 0);
|
||||
context.translate(paintOffsetLeft, -context.viewport.y());
|
||||
p.translate(-paintOffsetLeft, 0);
|
||||
|
||||
currentView->draw(p, context);
|
||||
|
||||
Reference in New Issue
Block a user