Gain UI working (minus mousewheel)

This commit is contained in:
Charles J. Cliffe
2016-07-07 22:37:57 -04:00
parent 4ec2d8bcbd
commit ebf2443fe2
6 changed files with 117 additions and 213 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ AppFrame::AppFrame() :
waterfallCanvas->attachSpectrumCanvas(spectrumCanvas);
spectrumCanvas->attachWaterfallCanvas(waterfallCanvas);
/* */
/* * /
vbox->AddSpacer(1);
testCanvas = new UITestCanvas(this, attribList);
vbox->Add(testCanvas, 20, wxEXPAND | wxALL, 0);