mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Fix WidgetFadeWrap::showFast() after animation. Fix #3096
This commit is contained in:
parent
021454dbd4
commit
6061d9d65b
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ void FadeAnimation::setUpdatedCallback(UpdatedCallback &&callback) {
|
|||
}
|
||||
|
||||
void FadeAnimation::show() {
|
||||
_visible = true;
|
||||
if (!_visible) {
|
||||
_visible = true;
|
||||
_widget->showChildren();
|
||||
}
|
||||
stopAnimation();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue