summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/English.lproj/PictureSettings.xib1
-rw-r--r--macosx/PictureController.mm3
2 files changed, 3 insertions, 1 deletions
diff --git a/macosx/English.lproj/PictureSettings.xib b/macosx/English.lproj/PictureSettings.xib
index 1154766d9..fe8dcec82 100644
--- a/macosx/English.lproj/PictureSettings.xib
+++ b/macosx/English.lproj/PictureSettings.xib
@@ -146,7 +146,6 @@
<int key="NSvFlags">12</int>
<string key="NSFrame">{{15, 40}, {283, 373}}</string>
<reference key="NSSuperview" ref="49161063"/>
- <bool key="NSViewIsLayerTreeHost">YES</bool>
<object class="NSArray" key="NSViewContentFilters">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="CIColorMonochrome">
diff --git a/macosx/PictureController.mm b/macosx/PictureController.mm
index 6809e9e32..702816c8f 100644
--- a/macosx/PictureController.mm
+++ b/macosx/PictureController.mm
@@ -104,6 +104,9 @@
[[self window] setExcludedFromWindowsMenu:YES];
[self setInitialPictureFilters];
+
+ /* Setup our layers for core animation */
+ [fSizeFilterView setWantsLayer:YES];
}