Made rows get unselected when switching from one group to the next.
2000-03-06 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c: Made rows get unselected when switching from one group to the next. svn path=/trunk/; revision=2075
This commit is contained in:
committed by
Chris Lahey
parent
7c164f12b9
commit
201f2eb86e
@@ -1,3 +1,8 @@
|
||||
2000-03-06 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-table-item.c: Made rows get unselected when switching from one
|
||||
group to the next.
|
||||
|
||||
2000-03-06 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-table-group-container.c: Use the style's font if lucidasans-10
|
||||
|
||||
@@ -1224,6 +1224,9 @@ e_table_item_unfocus (ETableItem *eti)
|
||||
const int row = eti->focused_row;
|
||||
|
||||
eti_request_region_redraw (eti, col, row, col, row, FOCUSED_BORDER);
|
||||
while ( eti->selection ) {
|
||||
e_table_item_unselect_row (eti, GPOINTER_TO_INT(eti->selection->data));
|
||||
}
|
||||
}
|
||||
eti->focused_col = -1;
|
||||
eti->focused_row = -1;
|
||||
|
||||
@@ -1224,6 +1224,9 @@ e_table_item_unfocus (ETableItem *eti)
|
||||
const int row = eti->focused_row;
|
||||
|
||||
eti_request_region_redraw (eti, col, row, col, row, FOCUSED_BORDER);
|
||||
while ( eti->selection ) {
|
||||
e_table_item_unselect_row (eti, GPOINTER_TO_INT(eti->selection->data));
|
||||
}
|
||||
}
|
||||
eti->focused_col = -1;
|
||||
eti->focused_row = -1;
|
||||
|
||||
Reference in New Issue
Block a user