mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +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
931e7652cc
commit
45e9460fd6
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…
Add table
Add a link
Reference in a new issue