Skip to content

Commit e67e768

Browse files
Kakueeendeepin-bot[bot]
authored andcommitted
fix: Missing rotation
No resources configured for the renderer, causing the icon to fail to rotate properly. Log: fix bug Bug: https://pms.uniontech.com/bug-view-326403.html
1 parent a736035 commit e67e768

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/drawshape/drawItems/csizehandlerect.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ CSizeHandleRect::CSizeHandleRect(QGraphicsItem *parent, EDirection d, const QStr
4949
setCacheMode(NoCache);
5050
//hide();
5151

52+
m_lightRenderer.load(filename);
53+
m_darkRenderer.load(filename);
5254
setFlag(ItemIsSelectable, false);
5355
setFlag(ItemIsMovable, false);
5456

0 commit comments

Comments
 (0)