* [ 1657827 ] Problem with multiple Parent Link Columns
This commit is contained in:
parent
8ad6eef7c7
commit
763ae3b04a
|
@ -147,7 +147,7 @@ public class GridWindow implements Serializable
|
||||||
// More than one parent.
|
// More than one parent.
|
||||||
// Search prior tabs for the "right parent"
|
// Search prior tabs for the "right parent"
|
||||||
// for all previous tabs
|
// for all previous tabs
|
||||||
for (int i = 0; i < m_tabs.size(); i++)
|
for (int i = 0; i < index; i++)
|
||||||
{
|
{
|
||||||
// we have a tab
|
// we have a tab
|
||||||
GridTab tab = (GridTab)m_tabs.get(i);
|
GridTab tab = (GridTab)m_tabs.get(i);
|
||||||
|
|
Loading…
Reference in New Issue