Prevent makeup events from contaminating the system

This commit is contained in:
Seth Hillbrand 2023-06-02 16:04:08 -07:00
parent 7f5d790610
commit 5756a7a0af
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ void SCH_EDIT_FRAME::doCloseWindow()
Schematic().Reset(); 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 ); Show( false );
Destroy(); Destroy();