Problem: 1615714

Title: (TPopup) Fond size is changed with Grey Council

Received: Dec 27 1996 3:51PM


There seems to be the following bug in MacApp Release 12:

MacApp.r defines kApplFont9TextStyle and kApplFont12TextStyle with a font name of "a"; whereas kApplFontName in MacAppTypes.cp is initialized to "A".

(I discovered this discrepancy while tracing down a seeming bug with MacApp Release 12 and The Gray Council. I have my (gray council) popups setup to draw with 10 point application font. After I mouse down on one of these popups, the popup seems to be drawn in application 12 point font and all other strings in my app that are normally application 10 are now also application 12. Has anyone else experienced anything like this? I still haven't found whats causing this, but wanted to report the above.)


Fix:

MacApp.r: Changed from 'a' to 'A'. NOT changed in Friday. Assign to Brian.


I believe this problem dissipated in R13 with the change in textstyle initialization. Ask <developer> to verify that it's been fixed.