Patch level : 10.0 210

Files correlati     : ba3.exe ve1.exe lv2.exe
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@18080 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2009-01-22 12:41:29 +00:00
parent 4c602acb07
commit 10804a8c53

View File

@ -1159,7 +1159,8 @@ bool TSpreadsheet::event_handler(XI_OBJ* itf, XI_EVENT *xiev)
{
xiev->v.cell_request.button = TRUE;
xiev->v.cell_request.button_on_focus = TRUE;
if (e->has_check())
// Imposto l'icona della lente per ricerche normali/customizzate sui campi testo
if (e->is_edit())
xiev->v.cell_request.button_icon_rid = ICO_SEARCH;
}
}