bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26643: 26.0.50; not able to resize frame on OS X


From: Charles A. Roelli
Subject: bug#26643: 26.0.50; not able to resize frame on OS X
Date: Tue, 25 Apr 2017 21:05:22 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Unfortunately removing the title test introduces a crash bug under
certain circumstances.

Can you try replacing it with this:

    else if (fs_state == FULLSCREEN_NONE && ! maximizing_resize
             && [[self window] title] != NULL)

and let me know if it fixes the resizing problem?

Thanks!

This does fix the issue.  Thanks for the help!







reply via email to

[Prev in Thread] Current Thread [Next in Thread]