src/Pure/GUI/gui.scala
changeset 69378 429426640596
parent 69377 81ae5893c556
child 69384 0c7d8b1b6594
--- a/src/Pure/GUI/gui.scala	Fri Nov 30 14:46:00 2018 +0100
+++ b/src/Pure/GUI/gui.scala	Fri Nov 30 15:02:31 2018 +0100
@@ -251,7 +251,8 @@
   {
     val default_font = label_font()
     val ui = UIManager.getDefaults
-    for (prop <- List("Label.font", "TextArea.font", "TextPane.font", "Tooltip.font", "Tree.font"))
+    for (prop <- List("Label.font", "Menu.font", "MenuItem.font", "PopupMenu.font",
+      "TextArea.font", "TextField.font", "TextPane.font", "Tooltip.font", "Tree.font"))
     {
       val font = ui.get(prop) match { case font: Font => font case _ => default_font }
       ui.put(prop, GUI.imitate_font(font))