Commit 7346bb81 authored by Craig Watson's avatar Craig Watson

Allow mask to be scaled non-proportionally

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