Skip to content

Commit a4fe856

Browse files
committed
Merge 3.8.3.0 to master
2 parents cc2f602 + ed40d8f commit a4fe856

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

KerbalAlarmClock/KerbalAlarmClock.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"VERSION": {
66
"MAJOR": 3,
77
"MINOR": 8,
8-
"PATCH": 2,
8+
"PATCH": 3,
99
"BUILD": 0
1010
},
1111
"KSP_VERSION": {

KerbalAlarmClock/KerbalAlarmClock_WindowAdd.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1811,10 +1811,10 @@ private void WindowLayout_AddPane_Transfer()
18111811
}
18121812

18131813
intAddXferHeight += -56 + ( XferTargetBodies.Count * 30);
1814-
}
18151814

1816-
GUILayout.EndScrollView();
1817-
intAddXferHeight += 2; //For the scroll bar
1815+
GUILayout.EndScrollView();
1816+
intAddXferHeight += 2; //For the scroll bar
1817+
}
18181818

18191819
if(intXferCurrentParent != 0 || (!settings.XferUseModelData && settings.XferModelDataLoaded))
18201820
{

KerbalAlarmClock/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.8.2.0")]
36-
[assembly: AssemblyFileVersion("3.8.2.0")]
35+
[assembly: AssemblyVersion("3.8.3.0")]
36+
[assembly: AssemblyFileVersion("3.8.3.0")]

PlugInFiles/ReadMe-KerbalAlarmClock.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ ATTRIBUTION-SOUNDS
3232
Included Sounds are from freesfx.co.uk (http://www.freesfx.co.uk). EULA can be found here: http://www.freesfx.co.uk/info/eula/
3333

3434
VERSION HISTORY
35+
Version 3.8.3.0 - KSP Version: 1.2.2
36+
- Fixed stupd typo with scrollview and add transfer (Issue #183)
37+
3538
Version 3.8.2.0 - KSP Version: 1.2.2
3639
- Another Initialization issue with object line renderer - Thanks JPL
3740
- Fixed NRE re timewarp in editor and other guard statement - Thanks JPL

0 commit comments

Comments
 (0)