diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-11-02 08:29:00 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-11-02 08:29:00 +0000 |
commit | 8e527f643cd29cde785db48a45a73a316cc84474 (patch) | |
tree | e3fdcd7c716e7d2f76501d33d501314da25d59a5 /Source/ImageAndTextCell.m | |
parent | 87099cc81ddec5c695f4a62fa3c69de228523c82 (diff) | |
download | sequelpro-8e527f643cd29cde785db48a45a73a316cc84474.tar.gz sequelpro-8e527f643cd29cde785db48a45a73a316cc84474.tar.bz2 sequelpro-8e527f643cd29cde785db48a45a73a316cc84474.zip |
• fixed: return correct SPTableTextFieldCell 's cellSize for tooltip expansion frame rect
Diffstat (limited to 'Source/ImageAndTextCell.m')
-rw-r--r-- | Source/ImageAndTextCell.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/ImageAndTextCell.m b/Source/ImageAndTextCell.m index ad6ec247..ddcf05d7 100644 --- a/Source/ImageAndTextCell.m +++ b/Source/ImageAndTextCell.m @@ -110,6 +110,8 @@ else imageFrame.origin.y += ceil((cellFrame.size.height - imageFrame.size.height) / 2); + imageFrame.origin.y -= 1; + [image compositeToPoint:imageFrame.origin operation:NSCompositeSourceOver]; } else if (_indentationLevel == 0) |