diff options
-rw-r--r-- | Frameworks/PSMTabBar/PSMTabBarController.m | 2 | ||||
-rw-r--r-- | Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m | 2 | ||||
-rw-r--r-- | Resources/English.lproj/Console.strings | bin | 4636 -> 4020 bytes | |||
-rw-r--r-- | Resources/English.lproj/DatabaseProcessList.strings | bin | 8882 -> 8972 bytes | |||
-rw-r--r-- | Resources/English.lproj/MainMenu.strings | bin | 37782 -> 37956 bytes |
5 files changed, 1 insertions, 3 deletions
diff --git a/Frameworks/PSMTabBar/PSMTabBarController.m b/Frameworks/PSMTabBar/PSMTabBarController.m index 62e7a818..04e1ec69 100644 --- a/Frameworks/PSMTabBar/PSMTabBarController.m +++ b/Frameworks/PSMTabBar/PSMTabBarController.m @@ -329,8 +329,6 @@ static NSInteger potentialMinimumForArray(NSArray *array, NSInteger minimum) width = [_control cellOptimumWidth]; } - //if ([currentCell isPlaceholder]) width = 1; - width = ceil(width); //check to see if there is not enough space to place all tabs as preferred diff --git a/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m b/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m index e33aeff8..26f8bd9e 100644 --- a/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m +++ b/Frameworks/PSMTabBar/Styles/PSMSequelProTabStyle.m @@ -618,7 +618,7 @@ } // Set up the line and clipping point - CGContextClipToRect(context, NSMakeRect(topLeft.x, topLeft.y, topRight.x-topLeft.x, aRect.size.height)); + CGContextClipToRect(context, (CGRect)NSMakeRect(topLeft.x, topLeft.y, topRight.x-topLeft.x, aRect.size.height)); [[NSColor colorWithCalibratedWhite:0.2 alpha:drawAlpha] set]; [outlineBezier moveToPoint:topLeft]; [outlineBezier lineToPoint:topRight]; diff --git a/Resources/English.lproj/Console.strings b/Resources/English.lproj/Console.strings Binary files differindex 6dccb282..1320d37e 100644 --- a/Resources/English.lproj/Console.strings +++ b/Resources/English.lproj/Console.strings diff --git a/Resources/English.lproj/DatabaseProcessList.strings b/Resources/English.lproj/DatabaseProcessList.strings Binary files differindex f5a5ed40..71db3ee9 100644 --- a/Resources/English.lproj/DatabaseProcessList.strings +++ b/Resources/English.lproj/DatabaseProcessList.strings diff --git a/Resources/English.lproj/MainMenu.strings b/Resources/English.lproj/MainMenu.strings Binary files differindex 667cf1f2..fefa1ad4 100644 --- a/Resources/English.lproj/MainMenu.strings +++ b/Resources/English.lproj/MainMenu.strings |