Comment 13 for bug 1807022

Revision history for this message
Wayne Stambaugh (stambaughw) wrote :

I also tried deriving DIALOG_LABEL_EDITOR from wxDialog directly in case something was broken in the base DIALOG_SHIM class from which all kicad dialogs are derived but that did not fix the issue. I also tried commenting out the wxEVT_CHAR_HOOK event thinking that we were somehow breaking lower level event handling but no luck. Does anyone have an msvc debug build that they could attempt to debug this? Using gdb with gcc builds completely locks up window requiring me to open the task manager and forcing a reboot. End task does not kill the running process.