diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-16 13:39:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-16 13:39:06 +0800 |
commit | bdef37bda345359b788d5940c58b2252bf13baa8 (patch) | |
tree | 393f623c3077fb36ae2f9faf6c0d218251c252a0 /widgets/table/e-table.h | |
parent | 4ad1d8f78370bd4604dabefc35f39c42c9991038 (diff) | |
download | gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.tar.gz gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.tar.zst gsoc2013-evolution-bdef37bda345359b788d5940c58b2252bf13baa8.zip |
Moved the reflow signal handling into an idle handler to fix a bug when
2000-06-16 Christopher James Lahey <clahey@helixcode.com>
* e-table.c, e-table.h: Moved the reflow signal handling into an
idle handler to fix a bug when resizing twice in succession.
svn path=/trunk/; revision=3588
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r-- | widgets/table/e-table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 4679af538b..a733d5951e 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -39,6 +39,8 @@ typedef struct { int group_info_change_id; + int reflow_idle_id; + GnomeCanvas *header_canvas, *table_canvas; GnomeCanvasItem *header_item, *root; |