Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#132 closed defect (fixed)

Deleting command history window leads to error

Reported by: Tom Goddard Owned by: Eric Pettersen
Priority: major Milestone:
Component: Command Line Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: chimera

Description

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)

comment:1 by Eric Pettersen, 10 years ago

Resolution: fixed
Status: newclosed

comment:2 by Eric Pettersen, 10 years ago

Component: User InterfaceCommand Line
Note: See TracTickets for help on using tickets.