foo
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user