mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 11:31:10 +03:00
Watermark fixed
This commit is contained in:
@@ -543,6 +543,12 @@ void TextItem::setTextLayoutDirection(const Qt::LayoutDirection &textLayoutDirec
|
||||
}
|
||||
}
|
||||
|
||||
void TextItem::setWatermark(bool watermark)
|
||||
{
|
||||
setBackgroundMode(TransparentMode);
|
||||
BaseDesignIntf::setWatermark(watermark);
|
||||
}
|
||||
|
||||
|
||||
QString TextItem::followTo() const
|
||||
{
|
||||
|
Reference in New Issue
Block a user