mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:00:38 +00:00
Remove previous change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4385 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3006900f91
commit
8038d6628e
4 changed files with 1 additions and 24 deletions
|
@ -658,14 +658,13 @@ static Class responderClass;
|
|||
screenPoint.x = frame.origin.x + basePoint.x;
|
||||
screenPoint.y = frame.origin.y + basePoint.y;
|
||||
|
||||
return [GSCurrentContext() convertBaseToScreen: screenPoint];
|
||||
return screenPoint;
|
||||
}
|
||||
|
||||
- (NSPoint) convertScreenToBase: (NSPoint)screenPoint
|
||||
{
|
||||
NSPoint basePoint;
|
||||
|
||||
screenPoint = [GSCurrentContext() convertScreenToBase: screenPoint];
|
||||
basePoint.x = screenPoint.x - frame.origin.x;
|
||||
basePoint.y = screenPoint.y - frame.origin.y;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue