From 1c644b22df2c2095283b2945dd8898fc00573224 Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 12 Dec 1998 06:46:14 +0000 Subject: [PATCH] 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00e5c3cfe..9356ba9da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Dec 12 7:00:00 1998 Richard Frith-Macdonald + + * 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 * Headers/gnustep/gui/GSContext.h: Remove method table.