forked from qt-creator/qt-creator
debugger: make watch and register items non-draggable
This commit is contained in:
@@ -125,8 +125,8 @@ Qt::ItemFlags RegisterHandler::flags(const QModelIndex &idx) const
|
||||
|
||||
static const ItemFlags notEditable =
|
||||
ItemIsSelectable
|
||||
| ItemIsDragEnabled
|
||||
| ItemIsDropEnabled
|
||||
// | ItemIsDragEnabled
|
||||
// | ItemIsDropEnabled
|
||||
| ItemIsEnabled;
|
||||
|
||||
static const ItemFlags editable = notEditable | ItemIsEditable;
|
||||
|
||||
Reference in New Issue
Block a user