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:
jean-pierre charras
2015-06-05 15:46:05 +02:00
parent c582cf5946
commit fb059b99b6
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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 )
{
}