Rvanlaak
15 Jun 2009, 8:03 AM
Today i've migrated to the new m3 release, where i've found a bug in the TabPane
I'm extending the TabItems, after wich I loop it using the following code:
private void saveTabs()
{
// Save all tabs specific
for ( Object t : tabs.getItems() )
{
SettingsTab st = (SettingsTab) t;
st.saveTab();
}
}
This always worked great, but now it is broken.
I'm extending the TabItems, after wich I loop it using the following code:
private void saveTabs()
{
// Save all tabs specific
for ( Object t : tabs.getItems() )
{
SettingsTab st = (SettingsTab) t;
st.saveTab();
}
}
This always worked great, but now it is broken.