Implement file browser showing in separate method

This commit is contained in:
xenakios
2019-01-22 00:09:28 +02:00
parent eef1f1a8e7
commit 1a42192509
2 changed files with 23 additions and 17 deletions

View File

@ -479,6 +479,7 @@ private:
MyTabComponent m_wavefilter_tab;
Component* m_wave_container=nullptr;
void showAbout();
void toggleFileBrowser();
std::vector<int> m_capturelens{ 2,5,10,30,60,120 };
std::unique_ptr<FileBrowserComponent> m_filechooser;