Skip to content

Commit c64454c

Browse files
Finally found the real problem for the Symmetry and AngleSnap keys get set to null, thanks to @NathenKell for pointing
out what was happening. Moved the code to set and reset the key values into methods to eliminate duplicated code and avoid errors
1 parent 74529cc commit c64454c

File tree

6 files changed

+78
-373
lines changed

6 files changed

+78
-373
lines changed

ChangeLog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
ChangeLog
22

3+
3.4.5
4+
Finally found the real problem for the Symmetry and AngleSnap keys get set to null, thanks to @NathenKell for pointing
5+
out what was happening. See full description in EditorExtensionsRedux.cs, line 513
6+
Moved the code to set and reset the key values into methods to eliminate duplicated code and avoid errors
7+
38
3.4.4.1
49
Added code to check for key values for toggleSymMode and toggleAngleSnap being null upon entry, if they are, then it resets to the default (X & C) and saves the settings
510

EditorExtensionsRedux.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"VERSION": {
66
"MAJOR": 3,
77
"MINOR": 4,
8-
"PATCH": 4,
9-
"BUILD": 1
8+
"PATCH": 5,
9+
"BUILD": 0
1010
},
1111
"KSP_VERSION": {
1212
"MAJOR": 1,

EditorExtensionsRedux/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
using System.Reflection;
1212

13-
[assembly: AssemblyVersion("3.4.4.0")]
14-
[assembly: AssemblyFileVersion("3.4.4.0")]
13+
[assembly: AssemblyVersion("3.4.4.1")]
14+
[assembly: AssemblyFileVersion("3.4.4.1")]

0 commit comments

Comments
 (0)