aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-27 07:54:26 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-27 07:54:26 +0000
commit916b09fc4c96f1c35fb485e849c4dd636e2282fc (patch)
treef4d449ad52efe481520452b7eec7613c83b3ae82 /Source/SPFieldEditorController.h
parente03c42246d5b1f926842b900688568776c715cdb (diff)
downloadsequelpro-916b09fc4c96f1c35fb485e849c4dd636e2282fc.tar.gz
sequelpro-916b09fc4c96f1c35fb485e849c4dd636e2282fc.tar.bz2
sequelpro-916b09fc4c96f1c35fb485e849c4dd636e2282fc.zip
• SPFieldEditorSheet
- ESC and ENTER will close a non-editable sheet * SPTooltip - first check if tooltip should be closed and then forward the current event (this fixes an issue if a tooltip is shown while a modal window appears which could block the closing of the tooltip
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h
index 262066a6..97edd4b3 100644
--- a/Source/SPFieldEditorController.h
+++ b/Source/SPFieldEditorController.h
@@ -36,6 +36,7 @@
IBOutlet id hexTextScrollView;
IBOutlet id editSheet;
IBOutlet id editSheetCancelButton;
+ IBOutlet id editSheetIsNotEditableCancelButton;
IBOutlet id editSheetOkButton;
IBOutlet id editSheetOpenButton;
IBOutlet id editSheetFieldName;