diff options
author | rowanbeentje <rowan@beent.je> | 2013-01-05 21:59:32 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2013-01-05 21:59:32 +0000 |
commit | a3a738ea230ead792aa747e4a66ced6e8bea8562 (patch) | |
tree | 3fb47c41a7594fac74ff6e1c77158df4f334ab4f /Source/SPConstants.h | |
parent | 8d397ab95afd68d5f9d7ecf5267c9a11a72d04c6 (diff) | |
download | sequelpro-a3a738ea230ead792aa747e4a66ced6e8bea8562.tar.gz sequelpro-a3a738ea230ead792aa747e4a66ced6e8bea8562.tar.bz2 sequelpro-a3a738ea230ead792aa747e4a66ced6e8bea8562.zip |
- Call the NSWindow super implementation of validateMenuItem: in SPWindow, fixing Show Toolbar/Hide Toolbar menu item title not being updated correctly - addresses Issue #1521
- When the toolbar is hidden, draw a line in the window to cover up the bottom border of the window's title bar, improving appearance
- Improve tab appearance when toolbar is hidden
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 81a7310e..a744188a 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -397,6 +397,7 @@ extern NSString *SPDocumentTaskEndNotification; extern NSString *SPDocumentTaskStartNotification; extern NSString *SPDocumentWillCloseNotification; extern NSString *SPActivitiesUpdateNotification; +extern NSString *SPWindowToolbarDidToggleNotification; extern NSString *SPFieldEditorSheetFont; extern NSString *SPLastSQLFileEncoding; extern NSString *SPPrintBackground; |