Debugger/EditWatchpointDialog.py

changeset 3366
6084bb3c3911
parent 3160
209a07d7e401
child 3484
645c12de6b0c
equal deleted inserted replaced
3364:5dafcc891579 3366:6084bb3c3911
63 if not special: 63 if not special:
64 self.conditionEdit.setFocus() 64 self.conditionEdit.setFocus()
65 else: 65 else:
66 self.specialEdit.setFocus() 66 self.specialEdit.setFocus()
67 67
68 msh = self.minimumSizeHint()
69 self.resize(max(self.width(), msh.width()), msh.height())
70
68 def __textChanged(self, txt): 71 def __textChanged(self, txt):
69 """ 72 """
70 Private slot to handle the text changed signal of the condition line 73 Private slot to handle the text changed signal of the condition line
71 edit. 74 edit.
72 75

eric ide

mercurial