changeset e80b6d2f01c5 in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=e80b6d2f01c5
description:
Add widget prefixes as column prefixes
issue8406
review261581003
diffstat:
tryton/gui/window/view_form/view/list.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 5ec90db3ed7a -r e80b6d2f01c5 tryton/gui/window/view_form/view/list.py
--- a/tryton/gui/window/view_form/view/list.py Wed Jun 12 19:04:42 2019 +0200
+++ b/tryton/gui/window/view_form/view/list.py Wed Jun 12 19:10:19 2019 +0200
@@ -308,6 +308,7 @@
else:
list_ = suffixes
list_.append(Affix(self.view, affix_attrs))
+ prefixes.extend(widget.prefixes)
for prefix in prefixes:
column.pack_start(prefix.renderer, expand=prefix.expand)