mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 16:49:07 +03:00
Height calculation has been fixed
This commit is contained in:
@@ -641,6 +641,14 @@ void BaseDesignIntf::setBorderColor(const QColor &borderColor)
|
||||
}
|
||||
}
|
||||
|
||||
void BaseDesignIntf::setItemVisible(const bool &value)
|
||||
{
|
||||
if (isVisible()!=value){
|
||||
setVisible(value);
|
||||
emit itemVisibleHasChanged(this);
|
||||
}
|
||||
}
|
||||
|
||||
void BaseDesignIntf::setItemAlign(const ItemAlign &itemAlign)
|
||||
{
|
||||
if (m_itemAlign != itemAlign){
|
||||
|
Reference in New Issue
Block a user