modeless dialogs fix

This commit is contained in:
chombier 2001-04-23 09:42:02 +00:00
parent 4abd93b3e4
commit 3c21bf8b10
1 changed files with 5 additions and 0 deletions

View File

@ -1890,6 +1890,11 @@ void HandleMenuCommand( long mResult, short modifiers)
RSchangefont( screens[scrn].vs, itemFontNum, 0);
screens[scrn].cachedFontNum = theItem;
/* use the same font for bold */
RSchangeboldfont( screens[scrn].vs, itemFontNum);
screens[scrn].cachedBoldFontNum = theItem;
CheckFonts();
}
break;