Comment 8 for bug 1842652

Revision history for this message
Jonatan Liljedahl (kymatica) wrote :

However, the stable 5.1.4 release doesn't show the "ShowQuasiModal: optimal parent: 14SCH_EDIT_FRAME" prints.

This means that `parent` must be NULL in DIALOG_SHIM::ShowQuasiModal()

    // Get the optimal parent
    wxWindow* parent = GetParentForModalDialog( GetParent(), GetWindowStyle() );

    // Show the optimal parent
    DBG( if( parent ) printf( "%s: optimal parent: %s\n", __func__, typeid(*parent).name() );)

So that's probably the difference?