Patch level : 10.0 168

Files correlati     :  ve0.exe
Ricompilazione Demo : [ ]
Commento            :

Corretti pulsante conferma e stampa sulla gestione documenti


git-svn-id: svn://10.65.10.50/trunk@17690 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2008-11-20 11:39:37 +00:00
parent 32f5095c51
commit 7dd5d55116

View File

@ -179,16 +179,11 @@ void TMotore_application::init_modify_mode( TMask& m )
enable_menu_item(M_FILE_PRINT, provv == "D" && enable_print);
if (provv[0] == 'P')
{
// m.hide(DLG_PRINT);
// m.show(DLG_CONFERMA);
m.disable(DLG_PRINT);
m.enable(DLG_CONFERMA);
}
else
{
// m.show(DLG_PRINT);
// m.hide(DLG_CONFERMA);
m.enable(DLG_PRINT);
m.disable(DLG_CONFERMA);
m.enable(DLG_PRINT, enable_print);
}