aboutsummaryrefslogtreecommitdiffstats
path: root/Source/ImageAndTextCell.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-11-02 08:29:00 +0000
committerBibiko <bibiko@eva.mpg.de>2009-11-02 08:29:00 +0000
commit8e527f643cd29cde785db48a45a73a316cc84474 (patch)
treee3fdcd7c716e7d2f76501d33d501314da25d59a5 /Source/ImageAndTextCell.m
parent87099cc81ddec5c695f4a62fa3c69de228523c82 (diff)
downloadsequelpro-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.m2
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)