mirror of
https://github.com/fralx/LimeReport.git
synced 2026-01-11 13:58:05 +03:00
Fix compilation
Qt4 still have one remaining compiler error
This commit is contained in:
@@ -176,7 +176,7 @@ BandDesignIntf::BandDesignIntf(BandsType bandType, const QString &xmlTypeName, Q
|
||||
if (parentItem) setWidth(parentItem->width());
|
||||
}
|
||||
|
||||
setBackgroundMode(BGMode::TransparentMode);
|
||||
setBackgroundMode(BaseDesignIntf::TransparentMode);
|
||||
setFillTransparentInDesignMode(false);
|
||||
setHeight(100);
|
||||
setFixedPos(true);
|
||||
|
||||
Reference in New Issue
Block a user