remove yet another unneeded call for GlobalInfoBar
This commit is contained in:
parent
1a6d903e34
commit
b63132d32d
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ class DataFormsTab(Tab):
|
|||
for field in self._form:
|
||||
self.fields.append(field)
|
||||
self.topic_win = windows.Topic()
|
||||
self.tab_win = windows.GlobalInfoBar()
|
||||
self.form_win = FormWin(form, self.height-4, self.width, 1, 0)
|
||||
self.help_win = windows.HelpText("Ctrl+Y: send form, Ctrl+G: cancel")
|
||||
self.help_win_dyn = windows.HelpText()
|
||||
|
|
Loading…
Reference in a new issue