Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c33b0d

Browse files
committed
Merge pull request #2743 from cimarronm/macosx_show_orderfront
Updated the macosx backed figure manager show function to bring the window to the front.
2 parents 0656436 + aec6fe9 commit 6c33b0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_macosx.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3993,6 +3993,7 @@ static void _data_provider_release(void* info, const void* data, size_t size)
39933993
{
39943994
NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
39953995
[window makeKeyAndOrderFront: nil];
3996+
[window orderFrontRegardless];
39963997
[pool release];
39973998
}
39983999
Py_INCREF(Py_None);

0 commit comments

Comments
 (0)