curtisma / MATLAB_tfigure

A tabbed figure class for MATLAB
4 stars 3 forks source link

Add + button to add new tab #3

Closed curtisma closed 8 years ago

curtisma commented 8 years ago

Add a tab labeled "+" which adds a new tab to the end of the list when it is clicked. Make a parameter-value pair that can optionally disable it.

curtisma commented 8 years ago

Implemented.

However there is an issue where the '+' add tab is selected as the current tab when the item right before it is deleted.

curtisma commented 8 years ago

Fixed the issue by updating the delete function to select the tab to the left of the '+' add plot tab