Patch level : 12.0 1059
Files correlati : f135.dir f135.trr in0.exe in0500a.msk in0600a.msk in0700a.msk inmenu.men nstird.rep batbcpa.msk bastcpa.msk bastcpa.rep Commento : Aggiornamento intra fase 2 Interno : Inserimento movimenti generazione riepiloghi Mancano inserimento riepiloghi invii
This commit is contained in:
parent
ce9c4477b8
commit
40cf3c5f39
@ -579,11 +579,10 @@ void TMask_field::show(
|
||||
if (s != nullptr)
|
||||
{
|
||||
const int nrow = s->selected();
|
||||
int id = dlg();
|
||||
|
||||
if (nrow >= 0 && nrow < s->items() && s->exist_column(dlg()))
|
||||
if (nrow >= 0 && nrow < s->items() && id >= 0 && s->exist_column(dlg()))
|
||||
{
|
||||
int id = dlg();
|
||||
|
||||
for (int pos = mask().first_cell_fldpos(id); pos >= 0; pos = mask().next_cell_fldpos(id))
|
||||
if (mask().fld(pos).shown())
|
||||
{
|
||||
|
@ -2214,6 +2214,7 @@ void TSpreadsheet::enable_cell(
|
||||
column = cid2index(column);
|
||||
|
||||
TRow_property* prop = get_property(row);
|
||||
|
||||
if (prop == NULL)
|
||||
{
|
||||
if (on) return; // Don't waste time and memory
|
||||
|
Loading…
x
Reference in New Issue
Block a user