mirror of https://github.com/macssh/macssh.git
modeless dialogs fix
This commit is contained in:
parent
4abd93b3e4
commit
3c21bf8b10
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue