[vlc-commits] macosx: Use layers for table and tableCell views in log window

Marvin Scholz git at videolan.org
Sun Sep 10 02:05:02 CEST 2017


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Sep 10 02:04:13 2017 +0200| [2a210f48d38da4dc7603cec4e62bb4589496d8c2] | committer: Marvin Scholz

macosx: Use layers for table and tableCell views in log window

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a210f48d38da4dc7603cec4e62bb4589496d8c2
---

 modules/gui/macosx/UI/LogMessageWindow.xib | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/modules/gui/macosx/UI/LogMessageWindow.xib b/modules/gui/macosx/UI/LogMessageWindow.xib
index 79d1c01763..77edd13488 100644
--- a/modules/gui/macosx/UI/LogMessageWindow.xib
+++ b/modules/gui/macosx/UI/LogMessageWindow.xib
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12121" systemVersion="16G24b" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
     <dependencies>
+        <deployment version="1070" identifier="macosx"/>
         <development version="7000" identifier="xcode"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/>
     </dependencies>
@@ -30,7 +31,7 @@
                     <splitView arrangesAllSubviews="NO" autosaveName="LogWindowSplitView" dividerStyle="thin" translatesAutoresizingMaskIntoConstraints="NO" id="5ZT-Oc-K6D">
                         <rect key="frame" x="0.0" y="0.0" width="480" height="330"/>
                         <subviews>
-                            <customView id="dx0-3n-J3G">
+                            <customView wantsLayer="YES" id="dx0-3n-J3G">
                                 <rect key="frame" x="0.0" y="0.0" width="480" height="231"/>
                                 <autoresizingMask key="autoresizingMask"/>
                                 <subviews>
@@ -60,7 +61,7 @@
                                                             </textFieldCell>
                                                             <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
                                                             <prototypeCellViews>
-                                                                <tableCellView id="9bi-ti-5pD">
+                                                                <tableCellView wantsLayer="YES" id="9bi-ti-5pD">
                                                                     <rect key="frame" x="1" y="1" width="60" height="17"/>
                                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                                     <subviews>
@@ -100,7 +101,7 @@
                                                             </textFieldCell>
                                                             <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
                                                             <prototypeCellViews>
-                                                                <tableCellView id="0rr-qZ-Zvp">
+                                                                <tableCellView wantsLayer="YES" id="0rr-qZ-Zvp">
                                                                     <rect key="frame" x="64" y="1" width="90" height="17"/>
                                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                                     <subviews>
@@ -140,7 +141,7 @@
                                                             </textFieldCell>
                                                             <tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
                                                             <prototypeCellViews>
-                                                                <tableCellView id="mKk-vl-YgV">
+                                                                <tableCellView wantsLayer="YES" id="mKk-vl-YgV">
                                                                     <rect key="frame" x="157" y="1" width="321" height="17"/>
                                                                     <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                                     <subviews>



More information about the vlc-commits mailing list