kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #34767
Embrace TransferDataTo/FromWindow
We’ve got a lot of dialogs that don’t make use of these. Not only does it make the code longer and more complex, it also results in bugs (the most recent being that hitting <enter> in the Create Array… dialog does a Cancel, not an OK).
I’ve got to go through most all of the dialogs for the eradication of g_UserUnit in 6.0, so don’t bother to change any existing ones (we’ll just have merge conflicts).
But for new dialogs, please use them.
Cheers,
Jeff.
Follow ups