hideOnRelease fixes for COmboBox
authorClaus Gittinger <cg@exept.de>
Fri, 09 Feb 1996 02:27:00 +0100
changeset 335 81c8965c4437
parent 334 65bb9656a30e
child 336 b32c561dc119
hideOnRelease fixes for COmboBox
PopUpMenu.st
--- a/PopUpMenu.st	Fri Feb 09 02:12:17 1996 +0100
+++ b/PopUpMenu.st	Fri Feb 09 02:27:00 1996 +0100
@@ -606,8 +606,10 @@
     "set/clear the hideOnRelease attribute, which controls
      if the menu should be hidden when the button is released"
 
-    hideOnRelease := aBoolean.
-    menuView hideOnRelease:aBoolean 
+    defaultHideOnRelease := aBoolean.
+    menuView hideOnRelease:aBoolean
+
+    "Modified: 9.2.1996 / 02:06:15 / cg"
 ! !
 
 !PopUpMenu methodsFor:'accessing-items'!
@@ -950,5 +952,5 @@
 !PopUpMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.31 1996-01-14 14:21:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PopUpMenu.st,v 1.32 1996-02-09 01:27:00 cg Exp $'
 ! !