< prev index next >

src/java.desktop/unix/classes/sun/awt/X11InputMethod.java

Print this page

        

*** 53,63 **** /** * Reset the composition state to the current composition state. */ protected void resetCompositionState() { ! if (compositionEnableSupported) { try { /* Restore the composition mode to the last saved composition mode. */ setCompositionEnabled(savedCompositionState); } catch (UnsupportedOperationException e) { --- 53,63 ---- /** * Reset the composition state to the current composition state. */ protected void resetCompositionState() { ! if (compositionEnableSupported && haveActiveClient()) { try { /* Restore the composition mode to the last saved composition mode. */ setCompositionEnabled(savedCompositionState); } catch (UnsupportedOperationException e) {
< prev index next >