mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
Before this commit, the tabViewItems and the segments were 2 different collections. Any indexed change in the tabViewItems asked to re-sync the segments making it difficult to maintain any persistent state. Now the tabView items are the segments content. Also fixed the selection update when items are removed. See CPTabViewTest.j and manual test Manual/CPTabViewNib/