Browse Source
Iteration on a suggestion from Mikołaj Wielgus to resolve elusive crashing issue when searching in lib tree in GTK. GTK issues two commands when clearing (BeforeReset() and AfterReset()) BeforeReset() needs to have a valid model and cannot have selection events during its lifetime. On MacOS and MSW, this is a NOP. AfterReset() performs the re-association for GTK, removing the need for the extra associate step. For MacOS and MSW, this is only the Cleared() action. Fixes https://gitlab.com/kicad/code/kicad/issues/5732 Fixes https://gitlab.com/kicad/code/kicad/issues/58916.0.7
1 changed files with 8 additions and 18 deletions
Loading…
Reference in new issue