IDEMPIERE-202 Zk: Zoom to detail tab doesn't trigger display logic
This commit is contained in:
parent
156178f274
commit
ee068e66ca
|
@ -497,7 +497,7 @@ public abstract class AbstractADWindowPanel extends AbstractUIPart implements To
|
||||||
if (pindex >= 0)
|
if (pindex >= 0)
|
||||||
setActiveTab(pindex);
|
setActiveTab(pindex);
|
||||||
}
|
}
|
||||||
gTab.setCurrentRow(i);
|
gTab.navigate(i);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue