]> git.saurik.com Git - wxWidgets.git/commitdiff
Ensure that the busy cursor is dismissed
authorRobin Dunn <robin@alldunn.com>
Mon, 26 Aug 2002 19:45:38 +0000 (19:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 26 Aug 2002 19:45:38 +0000 (19:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxPython/lib/PyCrust/shell.py

index 693c9408e5fe05e5d02e1bd14b4ecf1dfd21e9be..3f96dd3f44a1491c654fbc5eef42a78240284345 100644 (file)
@@ -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()