Patch level : 12.0 358
Files correlati : pa0.exe Corretto il comportamento del tasto Tutti git-svn-id: svn://10.65.10.50/branches/R_10_00@23669 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d11167d2fd
commit
984a960b27
@ -639,6 +639,8 @@ bool TPA_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
|
||||
}
|
||||
break;
|
||||
case DLG_ALL:
|
||||
{
|
||||
if (e == fe_button)
|
||||
{
|
||||
TSheet_field& docs = sfield(F_DOCS);
|
||||
TString_array& sht = docs.rows_array();
|
||||
@ -650,7 +652,7 @@ bool TPA_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
|
||||
for (int i = 0; i < items; i++)
|
||||
sht.row(i).add(select, 0);
|
||||
docs.force_update();
|
||||
// docs.show();
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user