• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Mac用艦これ専用ブラウザ おまけ機能付き


Commit MetaInfo

Revision2dd0e0d3f7c445ab58a290e274b6700251167aaf (tree)
Time2014-12-19 00:50:28
Authormasakih <masakih@user...>
Commitermasakih

Log Message

選択なし状態を無効化した

Change Summary

Incremental Difference

--- a/KCD/HMScreenshotListWindowController.m
+++ b/KCD/HMScreenshotListWindowController.m
@@ -175,6 +175,10 @@
175175 }
176176 }
177177 self.screenshots = [currentArray copy];
178+
179+ if(!self.selectedIndexes) {
180+ self.selectedIndexes = [NSIndexSet indexSetWithIndex:0];
181+ }
178182 }
179183
180184 - (IBAction)reloadData:(id)sender
--- a/KCD/ja.lproj/HMScreenshotListWindowController.xib
+++ b/KCD/ja.lproj/HMScreenshotListWindowController.xib
@@ -36,12 +36,12 @@
3636 <rect key="frame" x="1" y="1" width="166" height="79"/>
3737 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
3838 <subviews>
39- <ikImageBrowserView autoresizesSubviews="NO" zoomValue="0.98920553922653198" allowsMultipleSelection="NO" id="FPI-Ma-X6H">
40- <rect key="frame" x="0.0" y="0.0" width="9677" height="1481"/>
39+ <ikImageBrowserView autoresizesSubviews="NO" zoomValue="2.0327079296112061" allowsMultipleSelection="NO" allowsEmptySelection="NO" id="FPI-Ma-X6H">
40+ <rect key="frame" x="0.0" y="0.0" width="10000" height="1832"/>
4141 <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMinY="YES" heightSizable="YES"/>
4242 <ikCellsStyle key="cellsStyleMask" none="YES" shadowed="YES" titled="YES" subtitled="YES"/>
4343 <autoresizingMask key="contentResizingMask" heightSizable="YES"/>
44- <size key="cellSize" width="363" height="363"/>
44+ <size key="cellSize" width="1391" height="1391"/>
4545 <connections>
4646 <binding destination="mrq-7Y-mHG" name="content" keyPath="arrangedObjects" id="G0M-vZ-Pyi"/>
4747 <binding destination="-2" name="selectionIndexes" keyPath="selectedIndexes" previousBinding="G0M-vZ-Pyi" id="hZm-cJ-NmG"/>
@@ -213,7 +213,7 @@
213213 </connections>
214214 <point key="canvasLocation" x="339.5" y="294"/>
215215 </window>
216- <arrayController objectClassName="HMScreenshotInformation" automaticallyRearrangesObjects="YES" id="mrq-7Y-mHG">
216+ <arrayController objectClassName="HMScreenshotInformation" avoidsEmptySelection="NO" automaticallyRearrangesObjects="YES" id="mrq-7Y-mHG">
217217 <connections>
218218 <binding destination="-2" name="contentArray" keyPath="screenshots" id="yiA-Bf-4WO"/>
219219 <binding destination="-2" name="selectionIndexes" keyPath="selectedIndexes" id="jhe-Sj-w7g"/>