Commit 7272b49a authored by Claudio Valerio's avatar Claudio Valerio

another mFrame fix

parent 462a4ee2
......@@ -245,7 +245,7 @@ class UBGraphicsItemDelegate : public QObject
void startUndoStep();
void commitUndoStep();
UBGraphicsDelegateFrame* frame() { return mFrame; }
UBGraphicsDelegateFrame* frame() { if(!mFrame) decorate(); return mFrame; }
bool canRotate() const { return mCanRotate; }
bool isLocked() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment