Browse Source

Prevent makeup events from contaminating the system

newinvert
Seth Hillbrand 2 years ago
parent
commit
5756a7a0af
  1. 2
      eeschema/sch_edit_frame.cpp

2
eeschema/sch_edit_frame.cpp

@ -1014,7 +1014,7 @@ void SCH_EDIT_FRAME::doCloseWindow()
Schematic().Reset();
// Prevents any rouge events from continuing (i.e. search panel tries to redraw)
// Prevents any rogue events from continuing (i.e. search panel tries to redraw)
Show( false );
Destroy();

Loading…
Cancel
Save