Mercurial > libervia-web
changeset 1136:ab78374e1117
browser: fixed params after changes in main class
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Fri, 04 Jan 2019 12:52:09 +0100 |
| parents | 4426c328eb83 |
| children | dfd6545a205a |
| files | browser/sat_browser/xmlui.py |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/browser/sat_browser/xmlui.py Tue Nov 20 08:54:49 2018 +0100 +++ b/browser/sat_browser/xmlui.py Fri Jan 04 12:52:09 2019 +0100 @@ -468,7 +468,6 @@ hpanel.add(Button('Cancel', self.onFormCancelled)) self.add(hpanel) elif self.type == 'param': - assert(isinstance(self.children[0][0], TabPanel)) hpanel = HorizontalPanel() hpanel.setStyleName('marginAuto') hpanel.add(Button('Save', self.onSaveParams))
