This commit is contained in:
xenakios 2018-06-29 20:53:34 +03:00
parent 5c900ee9b6
commit 251d030f75
2 changed files with 2 additions and 1 deletions

View File

@ -247,6 +247,7 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau
PaulstretchpluginAudioProcessorEditor::~PaulstretchpluginAudioProcessorEditor() PaulstretchpluginAudioProcessorEditor::~PaulstretchpluginAudioProcessorEditor()
{ {
} }
void PaulstretchpluginAudioProcessorEditor::showRenderDialog() void PaulstretchpluginAudioProcessorEditor::showRenderDialog()

View File

@ -252,7 +252,7 @@ public:
MyTabComponent(int& curtab) : TabbedComponent(TabbedButtonBar::TabsAtTop), m_cur_tab(curtab) {} MyTabComponent(int& curtab) : TabbedComponent(TabbedButtonBar::TabsAtTop), m_cur_tab(curtab) {}
void currentTabChanged(int newCurrentTabIndex, const String&) override void currentTabChanged(int newCurrentTabIndex, const String&) override
{ {
m_cur_tab = newCurrentTabIndex; //m_cur_tab = newCurrentTabIndex;
} }
private: private:
int& m_cur_tab; int& m_cur_tab;