mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-01-26 10:51:03 +03:00
Finish 1.4.38
# Conflicts: # limereport/lrbanddesignintf.cpp # limereport/lrbanddesignintf.h
This commit is contained in:
parent
1ed5b90b5e
commit
552e3f65c4
@ -801,11 +801,6 @@ qreal BandDesignIntf::bottomSpace() const
|
|||||||
return m_bottomSpace.isValid() ? m_bottomSpace.value() : height()-findMaxBottom();
|
return m_bottomSpace.isValid() ? m_bottomSpace.value() : height()-findMaxBottom();
|
||||||
}
|
}
|
||||||
|
|
||||||
qreal BandDesignIntf::bottomSpace() const
|
|
||||||
{
|
|
||||||
return m_bottomSpace.isValid() ? m_bottomSpace.value() : height()-findMaxBottom();
|
|
||||||
}
|
|
||||||
|
|
||||||
void BandDesignIntf::slotPropertyObjectNameChanged(const QString &, const QString& newName)
|
void BandDesignIntf::slotPropertyObjectNameChanged(const QString &, const QString& newName)
|
||||||
{
|
{
|
||||||
update();
|
update();
|
||||||
|
Loading…
Reference in New Issue
Block a user