mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
KIWAY::Player() wxASSERT
This commit is contained in:
parent
01f7a53195
commit
59d7303b03
@ -246,6 +246,8 @@ KIWAY_PLAYER* KIWAY::Player( FRAME_T aFrameType, bool doCreate )
|
||||
|
||||
KIFACE* kiface = KiFACE( face_type );
|
||||
|
||||
wxASSERT( kiface );
|
||||
|
||||
KIWAY_PLAYER* frame = (KIWAY_PLAYER*) kiface->CreateWindow( m_top, aFrameType, this, KFCTL_PROJECT_SUITE );
|
||||
|
||||
return m_player[aFrameType] = frame;
|
||||
|
Loading…
x
Reference in New Issue
Block a user