Cambiato il settaggio della fincatura di sfondo in print().
git-svn-id: svn://10.65.10.50/trunk@2417 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
951af4a11c
commit
ae1ab9ecfd
@ -612,9 +612,8 @@ void TForm_EC_editor::print()
|
||||
pict.y() = _msk->get_int(F_BACKY);
|
||||
form().offset_y() = _msk->get_int(F_SY);
|
||||
form().offset_x() = _msk->get_int(F_SX);
|
||||
form()._background_mode = (bkg_mode)_msk->get_int(F_FINK);
|
||||
if (form()._background_mode == none) gen_fink = FALSE;
|
||||
if (printer().is_generic() && form()._background_mode == graphics) form()._background_mode = testo;
|
||||
form().set_mode((bkg_mode)_msk->get_int(F_FINK));
|
||||
if (form().mode() == none) gen_fink = FALSE;
|
||||
}
|
||||
// Schiaffa dentro le stringhe di esempio per ogni campo che non ha prompt o riferimenti sul file
|
||||
// per i campi memo si copia _memo in _prompt
|
||||
|
Loading…
x
Reference in New Issue
Block a user