mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:10:39 +00:00
Implement text attachment handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15825 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8ec1d6751e
commit
3ea5844deb
9 changed files with 503 additions and 85 deletions
|
@ -75,8 +75,7 @@
|
|||
{
|
||||
NSRect aRect;
|
||||
|
||||
// FIXME: We ignore the proposedLineFragment
|
||||
aRect.origin = position;
|
||||
aRect.origin = [self cellBaselineOffset];
|
||||
aRect.size = [self cellSize];
|
||||
return aRect;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue