Patch level : 2.2 188
Files correlati : ci0.exe Ricompilazione Demo : [ ] Commento : Bug 0000460 Togliendo il flag di righa evasa da una riga. Quando registro il documento come per magia il flag ricompare. git-svn-id: svn://10.65.10.50/trunk@13398 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3f45b1d377
commit
2a625307e9
@ -2387,7 +2387,11 @@ bool TSpreadsheet::notify(int rec, KEY k)
|
||||
{
|
||||
const bool ok = _notify ? _notify(owner(), rec, k) : TRUE;
|
||||
if (k == K_ENTER)
|
||||
{
|
||||
int cell_dirty = _cell_dirty; // preservato lo stato di cell_dirty
|
||||
set_dirty(ok ? 1 : 3);
|
||||
_cell_dirty = cell_dirty;
|
||||
}
|
||||
return ok;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user