Mercurial > libervia-backend
diff sat_frontends/jp/output_xmlui.py @ 2961:620bbcec884c
jp (xmlui): check root read_only status in addition to widget one
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 14 Jun 2019 12:49:45 +0200 |
parents | 003b8b4b56a7 |
children | ab2696e34d29 |
line wrap: on
line diff
--- a/sat_frontends/jp/output_xmlui.py Fri Jun 14 12:49:44 2019 +0200 +++ b/sat_frontends/jp/output_xmlui.py Fri Jun 14 12:49:45 2019 +0200 @@ -41,7 +41,7 @@ def xmlui(self, data): xmlui = xmlui_manager.create(self.host, data) - xmlui.show(values_only=True) + xmlui.show(values_only=True, read_only=True) self.host.disp(u"") def xmlui_list(self, data):