mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Revert to version of resizing with correct logic
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3432 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a3caf04554
commit
ef7322b34a
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
Sat Dec 12 7:00:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* NSView.m: ([-resizeWithOldSuperviewSize:]) revert to previous code
|
||||
(in order to fix error in logic of handling cases whare MaxX or MaxY
|
||||
are specified). Added reliable code to avoid fractional values
|
||||
(floors final values rather than deltas - so gives right results
|
||||
even when a frame with fractional values was passed into the method).
|
||||
Yes, I know it's more lines of code - but it's better to have longer
|
||||
code that works correctly than shorter code that doesn't :-)
|
||||
|
||||
Fri Dec 11 08:52:03 1998 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* Headers/gnustep/gui/GSContext.h: Remove method table.
|
||||
|
|
Loading…
Reference in a new issue