Skip to content

Commit 06380f9

Browse files
committed
#2903: Use layers because of the bug in 10.13
1 parent d19261d commit 06380f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Interfaces/English.lproj/ConnectionView.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</customObject>
6565
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
6666
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
67-
<customView id="5739" userLabel="ConnectionView" customClass="SPFlippedView">
67+
<customView wantsLayer="YES" id="5739" userLabel="ConnectionView" customClass="SPFlippedView">
6868
<rect key="frame" x="0.0" y="0.0" width="882" height="513"/>
6969
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
7070
<subviews>
@@ -285,7 +285,7 @@
285285
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
286286
</textFieldCell>
287287
</textField>
288-
<progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" minValue="16" maxValue="100" doubleValue="16" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" id="5422">
288+
<progressIndicator wantsLayer="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" minValue="16" maxValue="100" doubleValue="16" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" id="5422">
289289
<rect key="frame" x="7" y="43" width="16" height="16"/>
290290
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
291291
</progressIndicator>

0 commit comments

Comments
 (0)