Correzione in mask2str()
git-svn-id: svn://10.65.10.50/trunk@1617 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
347c4d1343
commit
f4daacc38b
@ -1013,7 +1013,7 @@ void TSpreadsheet::mask2str(int rec)
|
|||||||
for(int dlg = id; pos >= 0; pos = sheet_mask().id2pos(dlg += 100))
|
for(int dlg = id; pos >= 0; pos = sheet_mask().id2pos(dlg += 100))
|
||||||
{
|
{
|
||||||
const TMask_field& f = sheet_mask().fld(pos);
|
const TMask_field& f = sheet_mask().fld(pos);
|
||||||
if (f.shown())
|
if (f.shown() || f.ghost())
|
||||||
{
|
{
|
||||||
r.add(f.get());
|
r.add(f.get());
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user