Correzione in mask2str()

git-svn-id: svn://10.65.10.50/trunk@1617 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1995-07-20 07:22:44 +00:00
parent 347c4d1343
commit f4daacc38b

View File

@ -1013,7 +1013,7 @@ void TSpreadsheet::mask2str(int rec)
for(int dlg = id; pos >= 0; pos = sheet_mask().id2pos(dlg += 100))
{
const TMask_field& f = sheet_mask().fld(pos);
if (f.shown())
if (f.shown() || f.ghost())
{
r.add(f.get());
break;