changeset 29819:340d6d3dcc94 stable

octave-qscintilla.cc (contextmenu_run): fix keyboard command handling
author Torsten Lilge <ttl-octave@mailbox.org>
date Fri, 25 Jun 2021 07:23:13 +0200
parents ba571657651a
children 589d2ae0b04e 6e42c37fbc8a
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 14:46:56 2021 -0700
+++ b/libgui/src/m-editor/octave-qscintilla.cc	Fri Jun 25 07:23:13 2021 +0200
@@ -831,7 +831,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