mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 20:50:44 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4380 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aea4b93cbf
commit
3709177081
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ static Class responderClass;
|
|||
{
|
||||
NSPoint basePoint;
|
||||
|
||||
screenPoint = [GSCurrentContext() convertScreenToBase: screenPoint]
|
||||
screenPoint = [GSCurrentContext() convertScreenToBase: screenPoint];
|
||||
basePoint.x = screenPoint.x - frame.origin.x;
|
||||
basePoint.y = screenPoint.y - frame.origin.y;
|
||||
|
||||
|
|
Loading…
Reference in a new issue