mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-25 04:54:40 +03:00
Background fixed
This commit is contained in:
parent
3f96bf298e
commit
ebefde8231
@ -563,8 +563,11 @@ void TextItem::setTextLayoutDirection(const Qt::LayoutDirection &textLayoutDirec
|
||||
|
||||
void TextItem::setWatermark(bool watermark)
|
||||
{
|
||||
if (watermark){
|
||||
setBackgroundMode(TransparentMode);
|
||||
}
|
||||
BaseDesignIntf::setWatermark(watermark);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user