Commit 719c6db6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx_dialog_provider: b_hide is gone.

parent 5f92719d
......@@ -1237,7 +1237,7 @@ static void updateControlFromWidget(NSView *control, extension_widget_t *widget,
window = nil;
}
if (!dialog->b_hide && ![window isVisible]) {
if (![window isVisible]) {
[window center];
[window makeKeyAndOrderFront:self];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment