2005-01-18 14:16 Alexander Malmberg <alexander@malmberg.org>

* Source/NSAffineTransform.m (pi): Correct the rounding.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20576 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2005-01-18 13:26:00 +00:00
parent 4f18a708bf
commit 9fd5580d01
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
2005-01-18 14:16 Alexander Malmberg <alexander@malmberg.org>
* Source/NSAffineTransform.m (pi): Correct the rounding.
2005-01-18 Matt Rice <ratmice@yahoo.com>
* Source/NSTextView.m (setSelectedRange:): Do not make the selected text visible.
* Source/NSTextView.m (setSelectedRange:): Do not make the selected
text visible.
(-didChangeText,-checkSpelling:): Make the selected text visible.
* Source/NSTextView_actions.m (_moveTo:select:): Ditto.
* Source/NSCell.m (-setUpFieldEditorAttributes:): Ditto.

View file

@ -55,7 +55,7 @@
*/
static const float pi = 3.1415926535897932384626433;
static const float pi = 3.1415926535897932384626434;
@implementation NSAffineTransform