Skip to content

Commit

Permalink
don't fix frame size to fit character size when window is fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Dec 17, 2009
1 parent c586de3 commit 663de47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsterm.m
Expand Up @@ -1150,7 +1150,7 @@ Free a pool and temporary objects it refers to (callable from C)
+ FRAME_NS_TOOLBAR_HEIGHT (f);

/* constrain to screen if we can */
if (screen)
if (screen && ![window isKindOfClass:[EmacsFullWindow class]])
{
NSSize sz = [screen visibleFrame].size;
NSSize ez = { wr.size.width - sz.width, wr.size.height - sz.height };
Expand Down

0 comments on commit 663de47

Please sign in to comment.