src/macosx/classes/sun/lwawt/LWRepaintArea.java

Print this page

        

*** 56,67 **** } } private static void flushBuffers(final LWComponentPeer peer) { if (peer != null) { - if (!peer.getWindowPeerOrSelf().isOpaque()) { - peer.flushOffscreenGraphics(); - } peer.flushOnscreenGraphics(); } } } --- 56,64 ----