Opened 11 years ago

Closed 9 years ago

#93 closed defect (invalid)

Drag and drop panel gives an error

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

Description

Dragging and dropping the Log panel or Mouse Modes panel or Side View panel to another position in the main window produces the following error (image attached since copy and paste not working). This is the same error message from bug #90 but does not appear to be caused by failing to call AuiManager.UnInit() since the AuiManager does not have its main window destroyed in this case.

The traceback shows the error in the redraw timer in "for cb in self._new_frame_callbacks:" but if that is replaced by "for cb in []:" then the error occurs in the same place. It seems the wx assert error is not being caught until the Python for loop for some unknown reason.

Attachments (1)

dragerr.png (90.9 KB ) - added by Tom Goddard 11 years ago.

Download all attachments as: .zip

Change History (3)

by Tom Goddard, 11 years ago

Attachment: dragerr.png added

comment:1 by Eric Pettersen, 10 years ago

Component: User InterfaceWindow Toolkit

comment:2 by Tom Goddard, 9 years ago

Resolution: invalid
Status: newclosed

Wx has been replaced by Qt.

Note: See TracTickets for help on using tickets.