foo
This commit is contained in:
		@@ -247,6 +247,7 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
PaulstretchpluginAudioProcessorEditor::~PaulstretchpluginAudioProcessorEditor()
 | 
					PaulstretchpluginAudioProcessorEditor::~PaulstretchpluginAudioProcessorEditor()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
						
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void PaulstretchpluginAudioProcessorEditor::showRenderDialog()
 | 
					void PaulstretchpluginAudioProcessorEditor::showRenderDialog()
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user