author | wenzelm |
Thu, 08 May 2014 15:30:28 +0200 | |
changeset 56911 | dc3ba749d3b8 |
parent 56910 | d1d986a97524 |
child 56912 | 293cd4dcfebc |
--- a/src/Tools/jEdit/src/query_dockable.scala Thu May 08 15:12:39 2014 +0200 +++ b/src/Tools/jEdit/src/query_dockable.scala Thu May 08 15:30:28 2014 +0200 @@ -113,6 +113,7 @@ private val allow_dups = new CheckBox("Duplicates") { tooltip = "Show all versions of matching theorems" selected = false + reactions += { case ButtonClicked(_) => apply_query() } } private val apply_button = new Button("<html><b>Apply</b></html>") {