mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 16:20:46 +00:00
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:
parent
4f18a708bf
commit
9fd5580d01
2 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
*/
|
||||
|
||||
static const float pi = 3.1415926535897932384626433;
|
||||
static const float pi = 3.1415926535897932384626434;
|
||||
|
||||
@implementation NSAffineTransform
|
||||
|
||||
|
|
Loading…
Reference in a new issue