Merge branch 'master' into 1.4

This commit is contained in:
Arin Alexander
2016-09-16 03:02:42 +04:00
7 changed files with 52 additions and 56 deletions

View File

@@ -147,8 +147,8 @@ BandDesignIntf::BandDesignIntf(BandsType bandType, const QString &xmlTypeName, Q
m_printAlways(false),
m_repeatOnEachRow(false)
{
setPosibleResizeDirectionFlags(ResizeBottom);
setPosibleMoveFlags(TopBotom);
setPossibleResizeDirectionFlags(ResizeBottom);
setPossibleMoveFlags(TopBotom);
if (parent) {
BaseDesignIntf* parentItem = dynamic_cast<BaseDesignIntf*>(parent);