Mercurial > hg > octave-jordi
changeset 18827:4b98fc5c2eb1 gui-release
fix unintentionally leaving the debug mode (bug #42309)
* main-window.cc (execute_command_callback): use accept_line () instead of
interrupt () for the command_editor
author | Torsten <ttl@justmail.de> |
---|---|
date | Thu, 12 Jun 2014 19:48:50 +0200 |
parents | 3f6280d0a36b |
children | 6504a1932637 |
files | libgui/src/main-window.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgui/src/main-window.cc +++ b/libgui/src/main-window.cc @@ -2082,7 +2082,7 @@ command_editor::redisplay (); // We are executing inside the command editor event loop. Force // the current line to be returned for processing. - command_editor::interrupt (); + command_editor::accept_line (); } if (repost) // queue not empty, so repost event for further processing