Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
440
Star
5,572
Fork
2,667
matplotlib
/
matplotlib
Code
Issues
993
Pull requests
229
Projects
5
Wiki
Insights
Pulse
Graphs
qt: raise each new window
#5553
Merged
mdboom
merged 1 commit into
matplotlib
:
master
from
efiring
:
qtontop
Dec 14, 2015
Conversation
5
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
9a0afe3
qt: raise each new window
efiring
Nov 24, 2015
1 file
Jump to file
No files or symbols found.
+1
−0
backend_qt5.py
lib/matplotlib/backends/backend_qt5.py
+1
−0
Unified
Split
Show comments
View
1
lib/matplotlib/backends/backend_qt5.py
@@ -490,6 +490,7 @@ def notify_axes_change(fig):
if
self
.toolbar
is
not
None
:
self
.toolbar.update()
self
.canvas.figure.add_axobserver(notify_axes_change)
+
self
.window.raise_()
@QtCore.Slot
()
def
_show_message
(
self
,
s
):
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.