[FIX] 【任务栏】【桌面】分辨率1680*1050,点击任务栏-收缩箭头,桌面文件图标异常 [LINK]181813

This commit is contained in:
yangyanwei 2023-07-13 11:46:52 +08:00 committed by Yue-Lan
parent 9c4998f604
commit 68f429b81f
1 changed files with 2 additions and 2 deletions

View File

@ -411,9 +411,9 @@ DesktopIconView::DesktopIconView(QWidget *parent) : QListView(parent)
break;
}
}
if (m_initialized)
resolutionChange();
}
if (m_initialized)
resolutionChange();
});
}