Plugins/VcsPlugins/vcsMercurial/HgAnnotateDialog.py

branch
5_1_x
changeset 1533
087aa177764a
parent 1510
e75ecf2bd9dd
equal deleted inserted replaced
1531:1a9af8b10745 1533:087aa177764a
134 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True) 134 self.buttonBox.button(QDialogButtonBox.Close).setDefault(True)
135 self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason) 135 self.buttonBox.button(QDialogButtonBox.Close).setFocus(Qt.OtherFocusReason)
136 136
137 self.process = None 137 self.process = None
138 138
139 self.annotateList.doItemsLayout()
140 self.__resizeColumns() 139 self.__resizeColumns()
141 140
142 def on_buttonBox_clicked(self, button): 141 def on_buttonBox_clicked(self, button):
143 """ 142 """
144 Private slot called by a button of the button box clicked. 143 Private slot called by a button of the button box clicked.

eric ide

mercurial