* [ 1657827 ] Problem with multiple Parent Link Columns

This commit is contained in:
Heng Sin Low 2007-02-12 10:57:25 +00:00
parent 8ad6eef7c7
commit 763ae3b04a
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class GridWindow implements Serializable
// More than one parent.
// Search prior tabs for the "right parent"
// for all previous tabs
for (int i = 0; i < m_tabs.size(); i++)
for (int i = 0; i < index; i++)
{
// we have a tab
GridTab tab = (GridTab)m_tabs.get(i);