Allow mask to be scaled non-proportionally

preferencesAboutTextFull
Craig Watson 7 years ago
parent 1d95373832
commit 7346bb8182
  1. 2
      src/tools/UBGraphicsCurtainItemDelegate.cpp

@ -38,7 +38,7 @@
#include "core/memcheck.h"
UBGraphicsCurtainItemDelegate::UBGraphicsCurtainItemDelegate(UBGraphicsCurtainItem* pDelegated, QObject * parent)
: UBGraphicsItemDelegate(pDelegated, parent, GF_SCALABLE_ALL_AXIS | GF_MENU_SPECIFIED)
: UBGraphicsItemDelegate(pDelegated, parent, GF_MENU_SPECIFIED)
{
//NOOP
}

Loading…
Cancel
Save