Skip to content

Commit 14e6876

Browse files
Set tab order on history view
From history view it goes to the second pane (diff or tree). You have to shift-tab to get it back, though. Ref pieter#6
1 parent 1f379c0 commit 14e6876

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

resources/PBGitHistoryView.xib

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@ wGw</bytes>
10261026
<int key="NSvFlags">256</int>
10271027
<string key="NSFrame">{{627, 1}, {15, 186}}</string>
10281028
<reference key="NSSuperview" ref="630571485"/>
1029+
<reference key="NSNextKeyView" ref="555671215"/>
10291030
<bool key="NSAllowsLogicalLayoutDirection">NO</bool>
10301031
<reference key="NSTarget" ref="630571485"/>
10311032
<string key="NSAction">_doScroller:</string>
@@ -1710,6 +1711,14 @@ wGw</bytes>
17101711
</object>
17111712
<int key="connectionID">107</int>
17121713
</object>
1714+
<object class="IBConnectionRecord">
1715+
<object class="IBOutletConnection" key="connection">
1716+
<string key="label">nextKeyView</string>
1717+
<reference key="source" ref="663765878"/>
1718+
<reference key="destination" ref="135073984"/>
1719+
</object>
1720+
<int key="connectionID">292</int>
1721+
</object>
17131722
<object class="IBConnectionRecord">
17141723
<object class="IBBindingConnection" key="connection">
17151724
<string key="label">selectedIndex: selectedTab</string>
@@ -1726,6 +1735,14 @@ wGw</bytes>
17261735
</object>
17271736
<int key="connectionID">80</int>
17281737
</object>
1738+
<object class="IBConnectionRecord">
1739+
<object class="IBOutletConnection" key="connection">
1740+
<string key="label">nextKeyView</string>
1741+
<reference key="source" ref="630571485"/>
1742+
<reference key="destination" ref="663765878"/>
1743+
</object>
1744+
<int key="connectionID">303</int>
1745+
</object>
17291746
<object class="IBConnectionRecord">
17301747
<object class="IBBindingConnection" key="connection">
17311748
<string key="label">value: selection.textContents</string>
@@ -3003,7 +3020,7 @@ wGw</bytes>
30033020
<reference key="dict.values" ref="0"/>
30043021
</object>
30053022
<nil key="sourceID"/>
3006-
<int key="maxID">291</int>
3023+
<int key="maxID">303</int>
30073024
</object>
30083025
<object class="IBClassDescriber" key="IBDocument.Classes"/>
30093026
<int key="IBDocument.localizationMode">0</int>

0 commit comments

Comments
 (0)