Temporarily disables the custom viewport in audio conferences, as we

believe the issues it was fixing are now fixed by calling pack() on the
parent window.
cusax-fix
yanas 13 years ago
parent 2f1e5d452c
commit 3564430a9c

@ -97,7 +97,9 @@ public AudioConferenceCallPanel(
scrollPane = new JScrollPane();
scrollPane.setHorizontalScrollBarPolicy(
JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
scrollPane.setViewport(new MyViewport());
// Temporarily disables the custom viewport, as we believe the issues it
// was fixing are now fixed by calling pack() on the parent window.
// scrollPane.setViewport(new MyViewport());
scrollPane.setViewportView(mainPanel);
scrollPane.setOpaque(false);

Loading…
Cancel
Save