Fixed context problem with embedded tab

This commit is contained in:
Heng Sin Low 2011-04-21 20:24:19 -05:00
parent 0ce8f093b2
commit d91283f41e
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ DataStatusListener, IADTabpanel, VetoableChangeListener
listPanel.dynamicDisplay(col);
}
if (!includedPanel.isEmpty()) {
if (!includedPanel.isEmpty() && e.getChangedColumn() == -1) {
for (EmbeddedPanel panel : includedPanel)
panel.tabPanel.query(false, 0, 0);
}