diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-25 13:53:54 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-25 13:53:54 +0800 |
commit | 323b824b844a937593833c1704b6f2cd5335d6a5 (patch) | |
tree | 2b819c8f4d95520645a68d3a4551fa6a4073681a /widgets/table/e-table-item.c | |
parent | 7f601b6db6eed262aeda3276ee4c4987d2818843 (diff) | |
download | gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.gz gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.bz2 gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.lz gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.xz gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.tar.zst gsoc2013-evolution-323b824b844a937593833c1704b6f2cd5335d6a5.zip |
Made the E table item redraw properly.
2000-02-25 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c: Made the E table item redraw properly.
* e-table-group-container.c: Added handling to distinguish between
n items and 1 item. Got rid of a crash due to an abandoned timeout
callback.
svn path=/trunk/; revision=1933
Diffstat (limited to 'widgets/table/e-table-item.c')
-rw-r--r-- | widgets/table/e-table-item.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c index a7d5573fad..222d4592cf 100644 --- a/widgets/table/e-table-item.c +++ b/widgets/table/e-table-item.c @@ -316,6 +316,8 @@ eti_table_model_changed (ETableModel *table_model, ETableItem *eti) eti_compute_height (eti); eti_update (GNOME_CANVAS_ITEM (eti), NULL, NULL, 0); + + eti_item_region_redraw (eti, 0, 0, eti->width, eti->height); } static void |