0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-25 00:54:39 +03:00
This commit is contained in:
Arin Alexander 2017-03-09 14:00:23 +03:00
commit 1cb6c1f02e

View File

@ -777,7 +777,7 @@ void BaseDesignIntf::emitObjectNamePropertyChanged(const QString &oldName, const
int BaseDesignIntf::borderLineSize() const
{
return 0 /*m_borderLineSize*/;
return m_borderLineSize;
}
void BaseDesignIntf::setBorderLineSize(int value)