author | kleing |
Wed, 26 Jul 2023 15:06:06 +0200 | |
changeset 78467 | ab9cc7cda0ec |
parent 78466 | 1a68cd0c57d3 |
child 78468 | 33bc244eafdb |
--- a/src/Tools/jEdit/src/output_dockable.scala Wed Jul 26 13:09:20 2023 +0200 +++ b/src/Tools/jEdit/src/output_dockable.scala Wed Jul 26 15:06:06 2023 +0200 @@ -48,7 +48,7 @@ val new_output = if (restriction.isEmpty || restriction.get.contains(command)) - Rendering.output_messages(results, JEdit_Options.output_state()) + Rendering.output_messages(results, true) else current_output if (current_output != new_output) {