Skip to content

Fix bugs in eventloop

  1. Fix ghost windows with modal dialogs. Dummy windows (zero size) appear in expose mode when not properly closed. This happens through e.g. wxWindowDisabler and wxSafeyield, common with DRC/ERC checks.
  2. Logic fix for higher modal stacking in dummyWindow release.

Merge request reports