aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableTextFieldCell.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-01 21:42:58 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-01 21:42:58 +0000
commit842e85a37b698be1245dee0948a1abd99973638c (patch)
treeb9e642508660110488fdf4d90e3bd2c3c6dd9181 /Source/SPTableTextFieldCell.m
parenta7981fb1f88c16fbd0f7732a03d63f599d94309b (diff)
downloadsequelpro-842e85a37b698be1245dee0948a1abd99973638c.tar.gz
sequelpro-842e85a37b698be1245dee0948a1abd99973638c.tar.bz2
sequelpro-842e85a37b698be1245dee0948a1abd99973638c.zip
• Bundle Editor / Bundle commands
- enabled trigger support to run a command if db, table, or table row was changed - HTML output window will be ordered out without making it the key window to remain the first responder • SPTableTExtFieldCell - forgotten to remove expansionFrameWithFrame: method
Diffstat (limited to 'Source/SPTableTextFieldCell.m')
-rw-r--r--Source/SPTableTextFieldCell.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/SPTableTextFieldCell.m b/Source/SPTableTextFieldCell.m
index 33508517..bcfa0138 100644
--- a/Source/SPTableTextFieldCell.m
+++ b/Source/SPTableTextFieldCell.m
@@ -56,11 +56,6 @@
}
-- (NSRect)expansionFrameWithFrame:(NSRect)cellFrame inView:(NSView *)view
-{
- return NSMakeRect(cellFrame.origin.x, cellFrame.origin.y, [self cellSize].width, [self cellSize].height);
-}
-
- (NSSize)cellSize
{
NSSize cellSize = [super cellSize];