Initial IOThread prototype

This commit is contained in:
Charles J. Cliffe
2015-07-29 18:34:58 -04:00
parent 2d8c2800cb
commit 3ab8669d06
7 changed files with 136 additions and 53 deletions
+2 -1
View File
@@ -120,10 +120,11 @@ AppFrame::AppFrame() :
spectrumCanvas->attachWaterfallCanvas(waterfallCanvas);
vbox->Add(waterfallCanvas, 20, wxEXPAND | wxALL, 0);
/*
vbox->AddSpacer(1);
testCanvas = new UITestCanvas(this, attribList);
vbox->Add(testCanvas, 20, wxEXPAND | wxALL, 0);
// */
this->SetSizer(vbox);