2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

fixed intro

This commit is contained in:
John Preston
2015-09-29 18:40:06 +03:00
parent 592e3f7ae2
commit d90f021e46

View File

@@ -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());