mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
fixed intro
This commit is contained in:
@@ -285,6 +285,7 @@ void IntroWidget::paintEvent(QPaintEvent *e) {
|
|||||||
if (!trivial) {
|
if (!trivial) {
|
||||||
p.setClipRect(e->rect());
|
p.setClipRect(e->rect());
|
||||||
}
|
}
|
||||||
|
p.fillRect(e->rect(), st::white->b);
|
||||||
if (animating()) {
|
if (animating()) {
|
||||||
if (visibilityChanging) {
|
if (visibilityChanging) {
|
||||||
p.setOpacity(a_bgAlpha.current());
|
p.setOpacity(a_bgAlpha.current());
|
||||||
|
Reference in New Issue
Block a user