mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix: Fix dde-dock incorrectly set to right angle
Fix dde-dock set to right angle after every logout or reboot Log:
This commit is contained in:
parent
c31e90bbc0
commit
63953ef5d0
@ -338,7 +338,7 @@ void MainWindow::adjustShadowMask()
|
||||
|
||||
if (Dtk::Core::DSysInfo::isCommunityEdition()) {
|
||||
auto theme = DGuiApplicationHelper::instance()->systemTheme();
|
||||
radius = theme->windowRadius();
|
||||
radius = theme->windowRadius(radius);
|
||||
}
|
||||
|
||||
int newRadius = composite && isFasion ? radius : 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user