Aggiustato color fichissimo delle righe
git-svn-id: svn://10.65.10.50/trunk@2955 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d839399a29
commit
aea53e301e
@ -177,7 +177,7 @@ TSheet_control::TSheet_control(
|
||||
l->scroll_bar = TRUE;
|
||||
l->scroll_bar_button = TRUE;
|
||||
l->white_space_color = MASK_DARK_COLOR;
|
||||
|
||||
l->rule_color = MASK_BACK_COLOR;
|
||||
// Definizione della prima colonna (numero di riga)
|
||||
const long attr = XI_ATR_VISIBLE | XI_ATR_RJUST | XI_ATR_SELECTABLE;
|
||||
XI_OBJ_DEF* coldef = xi_add_column_def(listdef, FIRST_FIELD-1, attr, FIRST_FIELD,
|
||||
@ -297,7 +297,7 @@ void TSheet_control::update(long n)
|
||||
}
|
||||
else
|
||||
{
|
||||
// xi_cell_request(_obj);
|
||||
xi_cell_request(_obj);
|
||||
int num = 0;
|
||||
const long* handle = xi_get_list_info(_obj, &num);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user