mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
It would appear that some platforms process the KILL_FOCUS event after running TransferDataFromWindow(). This change makes sure that the evaluation is done no matter the order. Fixes: lp:1793911 * https://bugs.launchpad.net/kicad/+bug/1793911