Show More
@@ -171,7 +171,8 b' class WxController(ConsoleWidget, PrefilterFrontEnd):' | |||
|
171 | 171 | """ |
|
172 | 172 | self.new_prompt(prompt) |
|
173 | 173 | self._input_state = 'raw_input' |
|
174 |
|
|
|
174 | if hasattr(self, '_cursor'): | |
|
175 | del self._cursor | |
|
175 | 176 | self.SetCursor(wx.StockCursor(wx.CURSOR_CROSS)) |
|
176 | 177 | self.waiting = True |
|
177 | 178 | self.__old_on_enter = self._on_enter |
General Comments 0
You need to be logged in to leave comments.
Login now