#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Sat, 10 Nov 2018 00:05:26 +0100
changeset 6481 994b339d8f80
parent 6480 aca1305c31ea
child 6482 556ca56a1881
#OTHER by cg class: Workflow::HierarchicalDrawView added: #computePreferredExtent #keyboardZoomReset removed: #preferredExtent
PopUpMenu.st
--- a/PopUpMenu.st	Fri Nov 09 08:46:44 2018 +0100
+++ b/PopUpMenu.st	Sat Nov 10 00:05:26 2018 +0100
@@ -1265,10 +1265,11 @@
              method, which allows specific control over
              normalFont/boldFont/italicFont parameters."
 
-    preferredExtent := nil.
+    self flushCachedPreferredExtent.
     menuView font:aFont
 
-    "Modified: 22.5.1996 / 12:36:53 / cg"
+    "Modified: / 22-05-1996 / 12:36:53 / cg"
+    "Modified: / 09-11-2018 / 20:17:43 / Claus Gittinger"
 !
 
 viewBackground:aColor