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 0c8bee7

Browse filesBrowse files
committed
Move all figures to the front with a non-interactive show() in macosx backend.
1 parent 561d0da commit 0c8bee7
Copy full SHA for 0c8bee7

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-0
lines changed

‎src/_macosx.m

Copy file name to clipboardExpand all lines: src/_macosx.m
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5743,6 +5743,9 @@ - (int)index
57435743
if(nwin > 0)
57445744
{
57455745
[NSApp activateIgnoringOtherApps: YES];
5746+
for (NSWindow *aWindow in [NSApp windows]) {
5747+
[aWindow orderFront:nil];
5748+
}
57465749
[NSApp run];
57475750
}
57485751
Py_INCREF(Py_None);

0 commit comments

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