projects
/
handbrake
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38523d3
)
MacGui: remove a deprecated api call.
author
ritsuka
<damiog@gmail.com>
Sat, 10 Jan 2015 08:28:57 +0000
(08:28 +0000)
committer
ritsuka
<damiog@gmail.com>
Sat, 10 Jan 2015 08:28:57 +0000
(08:28 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6716
b64f7644
-9d1e-0410-96f1-
a4d463321fa5
macosx/HBPreferencesController.m
patch
|
blob
|
history
diff --git
a/macosx/HBPreferencesController.m
b/macosx/HBPreferencesController.m
index 2325eb2c4d9aa2f00a80e8b941f3e52b8aec1bc5..cd08746966128da4e1a2b674470938b7fcace030 100644
(file)
--- a/
macosx/HBPreferencesController.m
+++ b/
macosx/HBPreferencesController.m
@@
-294,7
+294,7
@@
return;
NSRect windowRect = [window frame];
- CGFloat difference = ( [view frame].size.height - [[window contentView] frame].size.height )
* [window userSpaceScaleFactor]
;
+ CGFloat difference = ( [view frame].size.height - [[window contentView] frame].size.height );
windowRect.origin.y -= difference;
windowRect.size.height += difference;