Formatting.
This commit is contained in:
parent
15d4e114e0
commit
ec89d2c22e
|
@ -76,8 +76,8 @@ SYMBOL_CHOOSER_FRAME::SYMBOL_CHOOSER_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
|||
wxBoxSizer* frameSizer = new wxBoxSizer( wxVERTICAL );
|
||||
|
||||
std::vector<PICKED_SYMBOL> dummyAlreadyPlaced;
|
||||
m_chooserPanel =
|
||||
new PANEL_SYMBOL_CHOOSER( this, this, nullptr /* no filter */, s_SymbolHistoryList,
|
||||
m_chooserPanel = new PANEL_SYMBOL_CHOOSER( this, this, nullptr /* no filter */,
|
||||
s_SymbolHistoryList,
|
||||
dummyAlreadyPlaced, false, false,
|
||||
[this]()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue