diff options
Diffstat (limited to 'macosx/plugins/DFXVideo/macsrc/PluginWindowController.m')
| -rwxr-xr-x | macosx/plugins/DFXVideo/macsrc/PluginWindowController.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m index 0ad6dd74..f0b45280 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m @@ -35,12 +35,12 @@ NSRect windowFrame; } gameWindow = [gameController window]; } + windowFrame = NSMakeRect(0, 0, iResX + 8, iResY + 4); if (windowFrame.size.width != 0) { [gameWindow setFrame:windowFrame display:NO]; - } else { - [gameWindow center]; } + [gameWindow center]; [gameWindow makeKeyAndOrderFront:nil]; [gameController showWindow:nil]; |
