Prevent another case of "fall behind" dialogs.
This commit is contained in:
parent
c5c52c3dfd
commit
5098c5796a
|
@ -1964,7 +1964,7 @@ void DIALOG_PAD_PROPERTIES::onAddPrimitive( wxCommandEvent& event )
|
||||||
};
|
};
|
||||||
|
|
||||||
int type = wxGetSingleChoiceIndex( wxEmptyString, _( "Select shape type:" ),
|
int type = wxGetSingleChoiceIndex( wxEmptyString, _( "Select shape type:" ),
|
||||||
DIM( shapelist ), shapelist, 0 );
|
DIM( shapelist ), shapelist, 0, this );
|
||||||
|
|
||||||
STROKE_T listtype[] =
|
STROKE_T listtype[] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue