1412. Fixed a problem with DCMSGBOX and DC_MsgBox() that caused message items
and buttons to display incorrectly when using large fonts.
I wrote the following test program:
Code: Select all
#INCLUDE "dcdialog.CH"
FUNCTION Main()
LOCAL menuask := 1
DCMSGBOX "This is a test of the message box" ;
TITLE "Dialóg" ;
FONT '20.Lucida Console' ;
BUTTONS {"Na obrazovku a do súboru prn", ;
"Do súboru prn - blokované ", ;
"Na obrazovku a tlaciaren ", ;
"Na obrazovku a do súboru PDF" } ;
CHOICE @menuask
RETURN nil
PROC appsys ; RETURN
I corrected a long-standing problem with fonts.