mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix WidgetFadeWrap::showFast() after animation. Fix #3096
This commit is contained in:
@@ -84,7 +84,10 @@ void FadeAnimation::setUpdatedCallback(UpdatedCallback &&callback) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void FadeAnimation::show() {
|
void FadeAnimation::show() {
|
||||||
_visible = true;
|
if (!_visible) {
|
||||||
|
_visible = true;
|
||||||
|
_widget->showChildren();
|
||||||
|
}
|
||||||
stopAnimation();
|
stopAnimation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user