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:
parent
a56158e24f
commit
1e56247292
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user