Patch level : 10.0 1024
Files correlati : ve0.exe Ricompilazione Demo : [ ] Commento : Corretta gestione tasto freccia giù dopo aver premuto F2 in una cella di uno spreadsheet git-svn-id: svn://10.65.10.50/branches/R_10_00@22250 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
19cd4c53e5
commit
cb3c8e2080
@ -1779,6 +1779,12 @@ bool TSpreadsheet::event_handler(XI_OBJ* itf, XI_EVENT *xiev)
|
||||
case K_DOWN:
|
||||
if (_auto_append && _cur_rec == items() - 1)
|
||||
add_row_auto();
|
||||
else
|
||||
{
|
||||
// Azzero il flag di pending paint che impedisce la navigazione!
|
||||
XinEvent e; e.type = XinEventPaint;
|
||||
xi_eh(_obj->itf->v.itf->xin_win, &e);
|
||||
}
|
||||
break;
|
||||
case K_ROWEDIT:
|
||||
xiev->type = XIE_DBL_CELL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user