7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-21 22:15:02 +00:00
kicad/libs/kiplatform/port
Andrej Valek 20ee4effdc ReparentModal: fix case when parent is not available
In some situations then parent window couldn't be available. Eg, when
eeschema is executed as standalone on macOS and trying to show
the global design block table dialog before the main frame exists.
So replace the assert with return and check the windows pointers bellow.
2024-10-31 14:42:53 +01:00
..
wxgtk ShowModal: override method in DIALOG_SHIM 2024-10-27 16:37:47 +00:00
wxmsw ShowModal: override method in DIALOG_SHIM 2024-10-27 16:37:47 +00:00
wxosx ReparentModal: fix case when parent is not available 2024-10-31 14:42:53 +01:00