diff options
author | dynaflash <[email protected]> | 2010-02-19 20:35:18 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-02-19 20:35:18 +0000 |
commit | 42b5c877042e8882e27f34741013c4ff1f504d56 (patch) | |
tree | ca7910f8f61d3c8dabc104d25b0a5232912515c2 /macosx/PictureController.m | |
parent | 2543a7aed801cbfdc43d85f4a5ddce37960387c3 (diff) |
MacGui: Preview replace a method that was hastily removed in 3125 when removing Full Screen. Fixes broken window scaling.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3126 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.m')
-rw-r--r-- | macosx/PictureController.m | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/macosx/PictureController.m b/macosx/PictureController.m index 5f916d8be..4cc39331f 100644 --- a/macosx/PictureController.m +++ b/macosx/PictureController.m @@ -387,10 +387,7 @@ #pragma mark - -- (IBAction) previewGoWindowed: (id)sender -{ - [fPreviewController goWindowedScreen:self]; -} + - (IBAction) showPreviewWindow: (id)sender { |