mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fix broken Undo/Redo for Delete command
This commit is contained in:
@@ -25,11 +25,6 @@ MappingItemDelegate::MappingItemDelegate(QObject *parent) :
|
||||
|
||||
}
|
||||
|
||||
MappingItemDelegate::~MappingItemDelegate()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void MappingItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
|
||||
{
|
||||
if (index.isValid()) {
|
||||
|
||||
Reference in New Issue
Block a user