fix:fix the problem that the taskbar does not display

修复任务栏部分情况下不显示的问题(bug24088)
This commit is contained in:
范朋程 2020-05-10 00:07:03 +08:00
parent 67e1b7c2b4
commit 508524de5d

View File

@ -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();