Deleting command history window leads to error
command hide
command show
Deleting the command history window with the window close button (Mac upper left corner button) then trying to show it again gives this error.
Traceback (most recent call last):
File "/Users/goddard/ucsf/chimera2/Chimera2.app/Contents/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/chimera/cmd_line/gui.py", line 130, in on_enter
self.history_dialog.add(cmd_text)
File "/Users/goddard/ucsf/chimera2/Chimera2.app/Contents/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/chimera/cmd_line/gui.py", line 232, in add
self.listbox.Append(item)
RuntimeError: wrapped C/C++ object of type ListBox has been deleted
Change History
(2)
Resolution: |
→ fixed
|
Status: |
new → closed
|
Component: |
User Interface → Command Line
|