| author | wenzelm |
| Mon, 03 Nov 2025 18:03:05 +0100 | |
| changeset 83488 | cad687240195 |
| parent 83487 | b284ff764c80 |
| child 83489 | ed042ad682b6 |
--- a/src/Pure/GUI/gui.scala Mon Nov 03 17:17:53 2025 +0100 +++ b/src/Pure/GUI/gui.scala Mon Nov 03 18:03:05 2025 +0100 @@ -385,7 +385,7 @@ def tooltip_lines(text: String): String = if (text == null || text == "") null - else Style_HTML.enclose_text(text) + else Style_HTML.enclose(split_lines(text).map(Style_HTML.make_text).mkString("<br/>")) /* icon */