mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-01-12 21:01:05 +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)
|
void TextItem::setWatermark(bool watermark)
|
||||||
{
|
{
|
||||||
|
if (watermark){
|
||||||
setBackgroundMode(TransparentMode);
|
setBackgroundMode(TransparentMode);
|
||||||
|
}
|
||||||
BaseDesignIntf::setWatermark(watermark);
|
BaseDesignIntf::setWatermark(watermark);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user