changeset 29821:589d2ae0b04e

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 25 Jun 2021 09:09:01 -0400
parents fc8571a37d21 (current diff) 340d6d3dcc94 (diff)
children 0923ae48a4f7
files libgui/src/m-editor/octave-qscintilla.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/octave-qscintilla.cc	Thu Jun 24 10:45:21 2021 -0400
+++ b/libgui/src/m-editor/octave-qscintilla.cc	Fri Jun 25 09:09:01 2021 -0400
@@ -853,7 +853,7 @@
             // Define commands for not showing bp location and for resetting
             // this in case "keyboard" was within a comment
             next_bp_quiet = "__db_next_breakpoint_quiet__;\n";
-            next_bp_quiet_reset = "__db_next_breakpoint_quiet__(false);\n";
+            next_bp_quiet_reset = "\n__db_next_breakpoint_quiet__(false);";
           }
 
         // Add codeline