From 1f7314bce92bde37b17b4812bb4381565c8e6077 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 26 Aug 2002 19:45:38 +0000 Subject: [PATCH] Ensure that the busy cursor is dismissed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/lib/PyCrust/shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/wxPython/lib/PyCrust/shell.py b/wxPython/wxPython/lib/PyCrust/shell.py index 693c9408e5..3f96dd3f44 100644 --- a/wxPython/wxPython/lib/PyCrust/shell.py +++ b/wxPython/wxPython/lib/PyCrust/shell.py @@ -667,6 +667,7 @@ class Shell(wxStyledTextCtrl): busy = wxBusyCursor() self.write(os.linesep) self.more = self.interp.push(command) + del busy if not self.more: self.addHistory(command.rstrip()) self.prompt() -- 2.50.0