Migliorata gestione del doppio click su di una cella modificata

git-svn-id: svn://10.65.10.50/trunk@4920 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1997-07-25 13:24:29 +00:00
parent a56158e24f
commit 1e56247292

View File

@ -1069,7 +1069,7 @@ bool TSpreadsheet::event_handler(XI_OBJ* itf, XI_EVENT *xiev)
refused = TRUE;
break;
case XIE_DBL_CELL:
if (off_cell_handler())
if (!_cell_dirty || off_cell_handler())
{
_check_enabled = FALSE;