FilenameEditFieldV2.st
changeset 12117 d12665ccf213
parent 8798 7c48ce02da90
child 12401 4714b9640528
child 13956 70b04e6814ba
--- 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 $'
 ! !
+