Cvpcb: fix a regression: in the stable version one could select many components and assign a footprint to the whole selection. Select more than on component is now re-enabled
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
COMPONENTS_LISTBOX::COMPONENTS_LISTBOX( CVPCB_MAINFRAME* parent, wxWindowID id,
|
||||
const wxPoint& loc, const wxSize& size ) :
|
||||
ITEMS_LISTBOX_BASE( parent, id, loc, size, LISTB_STYLE & ~wxLC_SINGLE_SEL )
|
||||
ITEMS_LISTBOX_BASE( parent, id, loc, size, 0 )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user