##// END OF EJS Templates
put qtconsole forground when launching
Matthias BUSSONNIER -
Show More
@@ -334,6 +334,7 b' class IPythonQtConsoleApp(BaseIPythonApplication, IPythonConsoleApp):'
334 334
335 335 # draw the window
336 336 self.window.show()
337 self.window.raise_()
337 338
338 339 # Start the application main loop.
339 340 self.app.exec_()
General Comments 0
You need to be logged in to leave comments. Login now