changed: #processEvent:
authorClaus Gittinger <cg@exept.de>
Thu, 17 Jan 2013 12:18:19 +0100
changeset 12117 d12665ccf213
parent 12116 a31c1a79bc76
child 12118 42920aab102f
changed: #processEvent: fixed ist update of directory contents
FilenameEditFieldV2.st
--- a/FilenameEditFieldV2.st	Thu Jan 17 12:18:10 2013 +0100
+++ b/FilenameEditFieldV2.st	Thu Jan 17 12:18:19 2013 +0100
@@ -218,6 +218,8 @@
     "catch keyEvents in pulled menu (see redefined pullMenu-method).
      Return true, if I have eaten the event"
 
+    <resource: #keyboard (#BackSpace )>
+
     activeMenu notNil ifTrue:[
         anEvent isKeyPressEvent ifTrue:[
             "/ typing into the pulled menu behaves like typing into the field
@@ -275,5 +277,6 @@
 !FilenameEditFieldV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FilenameEditFieldV2.st,v 1.13 2009-09-29 07:57:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FilenameEditFieldV2.st,v 1.14 2013-01-17 11:18:19 cg Exp $'
 ! !
+