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/SPWindowController.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/SPWindowController.h')
-rw-r--r-- | Source/SPWindowController.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h index 5cc84330..964cedd5 100644 --- a/Source/SPWindowController.h +++ b/Source/SPWindowController.h @@ -37,7 +37,10 @@ { IBOutlet PSMTabBarControl *tabBar; IBOutlet NSTabView *tabView; - + + NSClipView *titleBarLineHidingView; + SInt32 systemVersion; + NSMenuItem *closeWindowMenuItem; NSMenuItem *closeTabMenuItem; |