--- old/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java 2018-06-17 00:33:12.000000000 -0700 +++ new/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicComboBoxUI.java 2018-06-17 00:33:11.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -1801,7 +1801,8 @@ setPopupVisible(comboBox, true); } } - else if ( propertyName == "font" ) { + else if (propertyName == "font" + || propertyName == "graphicsConfiguration") { listBox.setFont( comboBox.getFont() ); if ( editor != null ) { editor.setFont( comboBox.getFont() );