Patch level : 2.0 non so patch

Files correlati     : form.cpp
Ricompilazione Demo : [ ]
Commento            :

Migliorato caricamento font standard per form


git-svn-id: svn://10.65.10.50/trunk@11574 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-11-06 15:39:47 +00:00
parent 48ee46717e
commit c4a79ac9c7

View File

@ -4583,11 +4583,6 @@ void TForm::read(
pr.set_char_size(_fontsize);
pr.set_fontname(_fontname);
}
else
{
_fontname = pr.fontname();
_fontsize = pr.get_char_size();
}
set_fink_mode(TRUE);
}