mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fixed(dde-dock): sometimes app widget will display error for bug 22659
任务栏做动画时,有时应用区域的大小为2 导致任务栏显示异常。 (cherry picked from commit 7367e7ac43e7b484d0d948018c5d946173e35ce8)
This commit is contained in:
parent
f1abf06d1a
commit
8a82945fa4
@ -222,9 +222,6 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
} else {
|
||||
QWidget::setFixedWidth(val);
|
||||
}
|
||||
|
||||
m_mainPanel->setFixedSize(windowRect.width(), windowRect.height());
|
||||
|
||||
});
|
||||
|
||||
connect(m_panelHideAni, &QVariantAnimation::valueChanged, [ this ](const QVariant & value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user