IDEMPIERE-3882 high load of the browser by creating a document attachment / disable scroll bar - the preview panel is showing a double scroll bar

This commit is contained in:
Carlos Ruiz 2019-02-01 12:30:35 +01:00
parent d061f0bdf0
commit a1f5fd0107
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ public class WAttachment extends Window implements EventListener<Event>
Center centerPane = new Center();
centerPane.setSclass("dialog-content");
centerPane.setAutoscroll(true);
//centerPane.setAutoscroll(true); // not required the preview has its own scroll bar
mainPanel.appendChild(centerPane);
centerPane.appendChild(previewPanel);
ZKUpdateUtil.setVflex(previewPanel, "1");