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

reporegistry: do not expand on double click

I haven't found any noticeable difference in behavior, but according
to the doc [1], this is the setting I want (default is True).

[1] http://doc.qt.nokia.com/4.6/qtreeview.html#expandsOnDoubleClick-prop

Changeset 3bbd5480a91f

Parent b3160d14d0dd

by Adrian Buehlmann

Changes to one file · Browse files at 3bbd5480a91f Showing diff from parent b3160d14d0dd Diff from another changeset...

 
425
426
427
 
 
428
429
430
 
425
426
427
428
429
430
431
432
@@ -425,6 +425,8 @@
  self.parent = parent   self.selitem = None   + self.setExpandsOnDoubleClick(False) +   # enable drag and drop   # (see http://doc.qt.nokia.com/4.6/model-view-dnd.html)   self.setDragEnabled(True)