Fixed context problem with embedded tab
This commit is contained in:
parent
0ce8f093b2
commit
d91283f41e
|
@ -908,7 +908,7 @@ DataStatusListener, IADTabpanel, VetoableChangeListener
|
||||||
listPanel.dynamicDisplay(col);
|
listPanel.dynamicDisplay(col);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!includedPanel.isEmpty()) {
|
if (!includedPanel.isEmpty() && e.getChangedColumn() == -1) {
|
||||||
for (EmbeddedPanel panel : includedPanel)
|
for (EmbeddedPanel panel : includedPanel)
|
||||||
panel.tabPanel.query(false, 0, 0);
|
panel.tabPanel.query(false, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue