Show More
@@ -334,6 +334,7 b' class IPythonQtConsoleApp(BaseIPythonApplication, IPythonConsoleApp):' | |||||
334 |
|
334 | |||
335 | # draw the window |
|
335 | # draw the window | |
336 | self.window.show() |
|
336 | self.window.show() | |
|
337 | self.window.raise_() | |||
337 |
|
338 | |||
338 | # Start the application main loop. |
|
339 | # Start the application main loop. | |
339 | self.app.exec_() |
|
340 | self.app.exec_() |
General Comments 0
You need to be logged in to leave comments.
Login now