diff options
author | rowanbeentje <rowan@beent.je> | 2010-06-17 01:18:57 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-06-17 01:18:57 +0000 |
commit | 3d87e7f7150c40fb4434bb4be05665da0a8915dc (patch) | |
tree | 305f82db7bf0eef5f106040e5c1dae8976562e8e /Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h | |
parent | 2c3f993d57b42304d24a0cae2d8a8c0d15925a73 (diff) | |
download | sequelpro-3d87e7f7150c40fb4434bb4be05665da0a8915dc.tar.gz sequelpro-3d87e7f7150c40fb4434bb4be05665da0a8915dc.tar.bz2 sequelpro-3d87e7f7150c40fb4434bb4be05665da0a8915dc.zip |
- Further improve appearance of Sequel Pro tab style (still hidden): fixed drawing glitches, improved spacing, improved edge drawing
- Enable tab switch commands even when documents are working
Diffstat (limited to 'Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h')
-rw-r--r-- | Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h b/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h index 4015ed8e..c834fb73 100644 --- a/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h +++ b/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.h @@ -40,8 +40,6 @@ PSMTabBarOrientation orientation; PSMTabBarControl *tabBar; - - BOOL _tabIsRightOfSelectedTab; } - (void)drawInteriorWithTabCell:(PSMTabBarCell *)cell inView:(NSView*)controlView; |