mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix stack overflow crash in emoji panel hiding.
A call to hideChildren before setting _hiding to the desired value could lead through leaveEvent to a recursive call to hideAnimated.
This commit is contained in:
@@ -77,7 +77,7 @@ private:
|
||||
QImage grabForAnimation();
|
||||
void startShowAnimation();
|
||||
void startOpacityAnimation(bool hiding);
|
||||
void prepareCache();
|
||||
void prepareCacheFor(bool hiding);
|
||||
|
||||
void opacityAnimationCallback();
|
||||
|
||||
|
Reference in New Issue
Block a user