From f4daacc38b8ac48fa6a866a9293dc672f70a2e30 Mon Sep 17 00:00:00 2001 From: nik Date: Thu, 20 Jul 1995 07:22:44 +0000 Subject: [PATCH] Correzione in mask2str() git-svn-id: svn://10.65.10.50/trunk@1617 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/msksheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msksheet.cpp b/include/msksheet.cpp index 1ec63c72a..1457e4f52 100755 --- a/include/msksheet.cpp +++ b/include/msksheet.cpp @@ -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;