- doesn't select the right record in the detail tab
This commit is contained in:
Heng Sin Low 2009-11-12 18:18:47 +00:00
parent 2fac5b523d
commit 84f8222fd6
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ public final class APanel extends CPanel
if (index >= 0)
tabPanel.setSelectedIndex(index);
}
gTab.setCurrentRow(i);
gTab.navigate(i);
return true;
}
}