https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2887701&group_id=176962 [implement zoom to detail tab]
- doesn't select the right record in the detail tab
This commit is contained in:
parent
2fac5b523d
commit
84f8222fd6
|
@ -933,7 +933,7 @@ public final class APanel extends CPanel
|
||||||
if (index >= 0)
|
if (index >= 0)
|
||||||
tabPanel.setSelectedIndex(index);
|
tabPanel.setSelectedIndex(index);
|
||||||
}
|
}
|
||||||
gTab.setCurrentRow(i);
|
gTab.navigate(i);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue