Loading
wxGTK32: fix console crash
If console programs use the wxApp class it will crash with GTK3 with: "g_object_get: assertion 'G_IS_OBJECT (object)' failed" This patch fixes it. See https://github.com/wxWidgets/wxWidgets/issues/23981 and https://github.com/veracrypt/VeraCrypt/issues/1263 Signed-off-by:Florian Brandes <florian.brandes@posteo.de>