mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix:fix the problem that the taskbar does not display
修复任务栏部分情况下不显示的问题(bug24088)
This commit is contained in:
parent
67e1b7c2b4
commit
508524de5d
@ -743,6 +743,7 @@ void MainWindow::expand()
|
||||
if (m_panelHideAni->state() == QPropertyAnimation::Running)
|
||||
{
|
||||
m_panelHideAni->stop();
|
||||
emit m_panelHideAni->finished();
|
||||
}
|
||||
|
||||
const auto showAniState = m_panelShowAni->state();
|
||||
|
Loading…
x
Reference in New Issue
Block a user