src/Tools/jEdit/src/active.scala
changeset 60893 3c8b9b4b577c
parent 60215 5fb4990dfc73
child 60992 89effcb342df
--- a/src/Tools/jEdit/src/active.scala	Tue Aug 11 15:24:49 2015 +0200
+++ b/src/Tools/jEdit/src/active.scala	Tue Aug 11 17:00:16 2015 +0200
@@ -48,7 +48,7 @@
               case XML.Elem(Markup(Markup.SIMP_TRACE_PANEL, props), _) =>
                 val link =
                   props match {
-                    case Position.Id(id) => PIDE.editor.hyperlink_command_id(snapshot, id)
+                    case Position.Id(id) => PIDE.editor.hyperlink_command_id(true, snapshot, id)
                     case _ => None
                   }
                 GUI_Thread.later {