diff options
author | rowanbeentje <rowan@beent.je> | 2009-07-21 21:43:13 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-07-21 21:43:13 +0000 |
commit | b6ce7c756f63de03ea2d87aaa733751610ee2dee (patch) | |
tree | 9cbd6ad21631ca4521a09da698e18ab0f61b3d49 /Source/SPTextAndLinkCell.h | |
parent | eedd073ec6134a822ee8c51e388f6bcec5fb6687 (diff) | |
download | sequelpro-b6ce7c756f63de03ea2d87aaa733751610ee2dee.tar.gz sequelpro-b6ce7c756f63de03ea2d87aaa733751610ee2dee.tar.bz2 sequelpro-b6ce7c756f63de03ea2d87aaa733751610ee2dee.zip |
- Improve the TextAndLinkCell (foreign key link arrows) to make the arrows behave like proper buttons, allowing clicking and dragging out to cancel the click, and highlight states
Diffstat (limited to 'Source/SPTextAndLinkCell.h')
-rw-r--r-- | Source/SPTextAndLinkCell.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPTextAndLinkCell.h b/Source/SPTextAndLinkCell.h index 48d6bb18..7cd34c3f 100644 --- a/Source/SPTextAndLinkCell.h +++ b/Source/SPTextAndLinkCell.h @@ -39,7 +39,6 @@ enum sptextandlinkcell_drawstates id linkTarget; SEL linkAction; - NSRect linkRect; int lastLinkColumn; int lastLinkRow; int drawState; |