Additional fix for messenger conflict

This commit is contained in:
M. Ian Graham 2007-11-30 01:37:56 +00:00
parent 69b579ecad
commit 189f83bcd2
1 changed files with 3 additions and 2 deletions

View File

@ -234,8 +234,9 @@ class DirectEntry(DirectFrame):
def focusOutCommandFunc(self):
if self['focusOutCommand']:
apply(self['focusOutCommand'], self['focusOutExtraArgs'])
self.ignore(self.guiItem.getTypeEvent())
self.ignore(self.guiItem.getEraseEvent())
if self['autoCapitalize']:
self.ignore(self.guiItem.getTypeEvent())
self.ignore(self.guiItem.getEraseEvent())
def set(self, text):
""" Changes the text currently showing in the typable region;