mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 08:39:07 +03:00
Background fixed
This commit is contained in:
@@ -545,7 +545,9 @@ void TextItem::setTextLayoutDirection(const Qt::LayoutDirection &textLayoutDirec
|
||||
|
||||
void TextItem::setWatermark(bool watermark)
|
||||
{
|
||||
setBackgroundMode(TransparentMode);
|
||||
if (watermark){
|
||||
setBackgroundMode(TransparentMode);
|
||||
}
|
||||
BaseDesignIntf::setWatermark(watermark);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user