# HG changeset patch # User wenzelm # Date 1379789766 -7200 # Node ID 52578f803d1da07bc310223f45b345165d03fff7 # Parent 29eaacff407840f396a0bdfd357d5b122022b8d9 tuned; diff -r 29eaacff4078 -r 52578f803d1d src/Tools/jEdit/src/pretty_tooltip.scala --- a/src/Tools/jEdit/src/pretty_tooltip.scala Sat Sep 21 20:31:03 2013 +0200 +++ b/src/Tools/jEdit/src/pretty_tooltip.scala Sat Sep 21 20:56:06 2013 +0200 @@ -47,7 +47,7 @@ Swing_Thread.require() stack match { - case top :: _ if top.results == results && top.info == info => top + case top :: _ if top.results == results && top.info == info => case _ => GUI.layered_pane(parent) match { case None =>