IDEMPIERE-1982 zk7 : when clicking on the menu button, the content of tab disappear
This commit is contained in:
parent
8e91e39bc0
commit
ab90b0d67e
|
@ -460,7 +460,7 @@ public class WArchiveViewer extends Archive implements IFormController, EventLis
|
|||
height = height - 50;
|
||||
iframe.setHeight(height + "px");
|
||||
iframe.setWidth("100%");
|
||||
iframe.setAutohide(true);
|
||||
//iframe.setAutohide(true);
|
||||
|
||||
form.setWidth("100%");
|
||||
form.setHeight("100%");
|
||||
|
|
|
@ -386,8 +386,7 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
|
|||
updateToolbarAccess(AD_Window_ID, AD_Process_ID);
|
||||
|
||||
postRenderReportEvent();
|
||||
|
||||
iframe.setAutohide(true);
|
||||
//iframe.setAutohide(true);
|
||||
|
||||
this.setBorder("normal");
|
||||
|
||||
|
|
Loading…
Reference in New Issue