Skip to content

Commit

Permalink
Merge pull request #89 from ccordoba12/dont-raise-plugin
Browse files Browse the repository at this point in the history
PR: Don't raise plugin when a new terminal is created
  • Loading branch information
andfoy committed Jul 15, 2017
2 parents 586e155 + c38ab74 commit 37d9037
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spyder_terminal/terminalplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def add_tab(self, widget):
self.tabwidget.setTabToolTip(index, "Terminal {0}".format(num_term))
if self.dockwidget and not self.ismaximized:
self.dockwidget.setVisible(True)
self.dockwidget.raise_()
self.activateWindow()
widget.view.setFocus()

Expand Down

0 comments on commit 37d9037

Please sign in to comment.