← Back to team overview

kicad-developers team mailing list archive

Overflow-button in about menu segfaults

 

Hi Devs,

I just noticed that the overflow button in the about-menu crashes with accessing a null-pointer. Easy fix would be to just remove wxAUI_NB_WINDOWLIST_BUTTON from the line below in common/dialog_about_base.fbp

<property name="style">wxAUI_NB_SCROLL_BUTTONS|wxAUI_NB_TAB_FIXED_WIDTH|wxAUI_NB_WINDOWLIST_BUTTON</property>

Is this the correct fix?

/Martijn
P.S. Encountered this on OSX with wx-svn (2.9.x)

Follow ups