another mFrame fix

preferencesAboutTextFull
Claudio Valerio 11 years ago
parent 462a4ee269
commit 7272b49a56
  1. 2
      src/domain/UBGraphicsItemDelegate.h

@ -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;

Loading…
Cancel
Save