John Beard e24d43178a Pcbnew: fp load: tidy up FOOTPRINT_SELECT_WIDGET::Load
The call to FOOTPRINT_LIST::GetInstance( aKiway ) returns
a null pointer when it fails, rather than throwing. So this
wouldn't actually catch a KiWay failure and avert a segfault.

And no other caller of ReadFootprintFiles is in a try - so either
this function won't throw, or if it does, all callsites need
updating. For now, go with the majority.
2024-11-11 23:44:27 +08:00
..
2023-08-23 22:02:56 +00:00
2024-08-16 01:55:54 +00:00
2023-01-16 23:14:38 -05:00
2023-12-08 13:09:16 -05:00
2023-12-08 13:09:16 -05:00
2023-12-08 13:09:16 -05:00
2024-10-18 13:35:25 -07:00
2024-04-27 23:49:13 +03:00
2024-04-16 11:11:50 +00:00
2022-07-21 16:31:41 +00:00
2024-04-28 02:06:12 +03:00
2023-09-02 23:30:22 +01:00