|
From: | Torsten |
Subject: | [Octave-bug-tracker] [bug #44015] GUI crashes after clear all in right click menu |
Date: | Fri, 16 Jan 2015 20:54:38 +0000 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 |
Follow-up Comment #3, bug #44015 (project octave): The GUI already calls the equivalent for clc (main-window.cc:1985): void main_window::clear_command_window_callback (void) { Fclc (); command_editor::interrupt (true); } When commenting out the line "command_editor::interrupt (true);", the program does not crash but a prompt is not showing up before the user hits "return". Any ideas what might happen here? _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?44015> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |