Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

reporegistry: allow DnD from other processes

Changeset 76d4161ee051

Parent 65854dcb70db

by Adrian Buehlmann

Changes to one file · Browse files at 76d4161ee051 Showing diff from parent 65854dcb70db Diff from another changeset...

 
345
346
347
348
 
349
350
351
 
345
346
347
 
348
349
350
351
@@ -345,7 +345,7 @@
  # (see http://doc.qt.nokia.com/4.6/model-view-dnd.html)   self.setDragEnabled(True)   self.setAcceptDrops(True) - self.setDragDropMode(QtGui.QAbstractItemView.InternalMove) + self.setDragDropMode(QtGui.QAbstractItemView.DragDrop)   self.setDropIndicatorShown(True)     self.createActions()