summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-03 07:47:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-03 07:47:25 (GMT)
commit888cc61c41c5fccef072197b6690a3fa574a7016 (patch)
tree0393d39a33716daf93a503506a0a192e25239ead /generic
parent261ab0984dc0965c0524932039d1614c71329aa9 (diff)
parentd7ead826b12ba4a72234ba57d65d0e737298c89a (diff)
downloadtk-888cc61c41c5fccef072197b6690a3fa574a7016.zip
tk-888cc61c41c5fccef072197b6690a3fa574a7016.tar.gz
tk-888cc61c41c5fccef072197b6690a3fa574a7016.tar.bz2
Fix [e64820c1de]: The -justify configure option is duplicated for ttk::label, addendum (label.justifyObj should have been removed too)
Diffstat (limited to 'generic')
-rw-r--r--generic/ttk/ttkButton.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/ttk/ttkButton.c b/generic/ttk/ttkButton.c
index 5ea92c4..af72ea4 100644
--- a/generic/ttk/ttkButton.c
+++ b/generic/ttk/ttkButton.c
@@ -229,7 +229,6 @@ typedef struct
Tcl_Obj *borderWidthObj;
Tcl_Obj *reliefObj;
Tcl_Obj *anchorObj;
- Tcl_Obj *justifyObj;
Tcl_Obj *wrapLengthObj;
} LabelPart;