Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5904e2f

Browse filesBrowse files
committed
Merge pull request #5553 from efiring/qtontop
qt: raise each new window
2 parents c6dda2d + 9a0afe3 commit 5904e2f
Copy full SHA for 5904e2f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/backends/backend_qt5.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,7 @@ def notify_axes_change(fig):
490490
if self.toolbar is not None:
491491
self.toolbar.update()
492492
self.canvas.figure.add_axobserver(notify_axes_change)
493+
self.window.raise_()
493494

494495
@QtCore.Slot()
495496
def _show_message(self, s):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.