mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fixed:fixed bug 3781
This commit is contained in:
parent
6b3c871ee0
commit
3296936ac1
@ -90,8 +90,10 @@ void NormalContainer::refreshVisible()
|
||||
|
||||
const QPropertyAnimation::State state = m_sizeAnimation->state();
|
||||
|
||||
if (state == QPropertyAnimation::Stopped && size() == endSize)
|
||||
if (state == QPropertyAnimation::Stopped && size() == endSize) {
|
||||
setVisible(expand());
|
||||
return;
|
||||
}
|
||||
|
||||
if (state == QPropertyAnimation::Running)
|
||||
return m_sizeAnimation->setEndValue(endSize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user