File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 55 "VERSION": {
66 "MAJOR": 3,
77 "MINOR": 8,
8- "PATCH": 2 ,
8+ "PATCH": 3 ,
99 "BUILD": 0
1010 },
1111 "KSP_VERSION": {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ ATTRIBUTION-SOUNDS
3232Included Sounds are from freesfx.co.uk (http://www.freesfx.co.uk). EULA can be found here: http://www.freesfx.co.uk/info/eula/
3333
3434VERSION HISTORY
35+ Version 3.8.3.0 - KSP Version: 1.2.2
36+ - Fixed stupd typo with scrollview and add transfer (Issue #183)
37+
3538Version 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
You can’t perform that action at this time.
0 commit comments