mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
fixed intro
This commit is contained in:
parent
592e3f7ae2
commit
d90f021e46
1 changed files with 1 additions and 0 deletions
|
@ -285,6 +285,7 @@ void IntroWidget::paintEvent(QPaintEvent *e) {
|
|||
if (!trivial) {
|
||||
p.setClipRect(e->rect());
|
||||
}
|
||||
p.fillRect(e->rect(), st::white->b);
|
||||
if (animating()) {
|
||||
if (visibilityChanging) {
|
||||
p.setOpacity(a_bgAlpha.current());
|
||||
|
|
Loading…
Add table
Reference in a new issue