foo
This commit is contained in:
parent
5c900ee9b6
commit
251d030f75
@ -247,6 +247,7 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau
|
||||
|
||||
PaulstretchpluginAudioProcessorEditor::~PaulstretchpluginAudioProcessorEditor()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void PaulstretchpluginAudioProcessorEditor::showRenderDialog()
|
||||
|
@ -252,7 +252,7 @@ public:
|
||||
MyTabComponent(int& curtab) : TabbedComponent(TabbedButtonBar::TabsAtTop), m_cur_tab(curtab) {}
|
||||
void currentTabChanged(int newCurrentTabIndex, const String&) override
|
||||
{
|
||||
m_cur_tab = newCurrentTabIndex;
|
||||
//m_cur_tab = newCurrentTabIndex;
|
||||
}
|
||||
private:
|
||||
int& m_cur_tab;
|
||||
|
Loading…
Reference in New Issue
Block a user