refersh icon when position changed

Change-Id: Id265942db581b118442d12c10f969612eeabb8a2
This commit is contained in:
石博文 2016-08-22 15:46:14 +08:00
parent 3c590be45f
commit 27cd10d52c
Notes: Deepin Code Review 2016-08-22 07:53:45 +00:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: 石博文 <sbw@sbw.so>
Submitted-by: 石博文 <sbw@sbw.so>
Submitted-at: Mon, 22 Aug 2016 07:53:45 +0000
Reviewed-on: https://cr.deepin.io/15428
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -268,6 +268,8 @@ void DockSettings::onPositionChanged()
calculateWindowConfig();
emit positionChanged(prevPos);
m_itemController->refershItemsIcon();
}
void DockSettings::iconSizeChanged()