mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 19:51:31 +03:00
Object inspector has been fixed
This commit is contained in:
@@ -37,10 +37,7 @@
|
||||
|
||||
LimeReport::PropertyDelegate::PropertyDelegate(QObject *parent)
|
||||
:QItemDelegate(parent), m_editingItem(0), m_isEditing(false)
|
||||
//:QStyledItemDelegate(parent), m_editingItem(0)
|
||||
{
|
||||
//setClipping(false);
|
||||
}
|
||||
{}
|
||||
|
||||
void LimeReport::PropertyDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user