diff options
author | Max <post@wickenrode.com> | 2015-02-14 23:05:52 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-02-14 23:05:52 +0100 |
commit | 085b381858dcd3cda5c0b00527d3b7a77641345a (patch) | |
tree | 31922ba4877313843c0d4fc1b007421e2e57b487 /Source/SPColorSelectorView.h | |
parent | fa28b26e418f6f5c2f47ec78f9b7ef4910155b96 (diff) | |
download | sequelpro-085b381858dcd3cda5c0b00527d3b7a77641345a.tar.gz sequelpro-085b381858dcd3cda5c0b00527d3b7a77641345a.tar.bz2 sequelpro-085b381858dcd3cda5c0b00527d3b7a77641345a.zip |
Change look of the favorite color picker on 10.9+
Diffstat (limited to 'Source/SPColorSelectorView.h')
-rw-r--r-- | Source/SPColorSelectorView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPColorSelectorView.h b/Source/SPColorSelectorView.h index b3d9325e..925034a3 100644 --- a/Source/SPColorSelectorView.h +++ b/Source/SPColorSelectorView.h @@ -57,6 +57,8 @@ IBOutlet id delegate; NSArray *colorList; + + BOOL isOSAtLeast10_9_0; } @property (nonatomic,readwrite,assign) NSInteger selectedTag; |