mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Some window sizing fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4610 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
164eaab46a
commit
79d755c523
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Sun Jul 18 16:30:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSMenuView.m: When doing sizeToFit, use setContentSize to
|
||||
change the size of the window if we have one, rather than changing
|
||||
our frame directly.
|
||||
* Source/NSWindow.m: When adding a content view - don't set its
|
||||
autosizing mask. In GSWindowView, don't use autosizing to change
|
||||
the content view - set it's frame directly instead.
|
||||
|
||||
1999-07-17 Michael Hanni <mhanni@sprintmail.com>
|
||||
|
||||
* Headers/gnustep/gui/NSMenuView.h: added new private interface.
|
||||
|
|
Loading…
Reference in a new issue