more accurate macOS L&F (see also efc58b56a6c7);
authorwenzelm
Tue, 22 Apr 2025 16:49:47 +0200
changeset 82558 93ecc37141c4
parent 82557 a387b02b5320
child 82559 ddcf31575146
more accurate macOS L&F (see also efc58b56a6c7);
src/Pure/Admin/build_release.scala
--- a/src/Pure/Admin/build_release.scala	Tue Apr 22 16:19:28 2025 +0200
+++ b/src/Pure/Admin/build_release.scala	Tue Apr 22 16:49:47 2025 +0200
@@ -691,7 +691,8 @@
 
           case Platform.Family.macos =>
             File.change(isabelle_target + jedit_props) {
-              _.replaceAll("delete-line.shortcut=.*", "delete-line.shortcut=C+d")
+              _.replaceAll("lookAndFeel=.*", "lookAndFeel=com.formdev.flatlaf.themes.FlatMacLightLaf")
+               .replaceAll("delete-line.shortcut=.*", "delete-line.shortcut=C+d")
                .replaceAll("delete.shortcut2=.*", "delete.shortcut2=A+d")
             }