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:
Christopher James Lahey
2000-03-06 10:45:06 +00:00
committed by Chris Lahey
parent 7c164f12b9
commit 201f2eb86e
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -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
+3
View File
@@ -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;
+3
View File
@@ -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;