aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/Tabular.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Tabular.c b/generic/Tabular.c
index 382342c..532d573 100644
--- a/generic/Tabular.c
+++ b/generic/Tabular.c
@@ -673,8 +673,8 @@ static ZnItemClassStruct TABULAR_ITEM_CLASS = {
"tabular",
sizeof(TabularItemStruct),
tabular_attrs,
+ 0,
ZN_CLASS_HAS_ANCHORS|ZN_CLASS_ONE_COORD, /* flags */
- True, /* has_anchors */
Tk_Offset(TabularItemStruct, pos),
Init,
Clone,