Skip to content

Commit 8caf240

Browse files
committed
Fix serialization exception
1 parent cce4b24 commit 8caf240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MathInterpreter/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</startup>
1111
<userSettings>
1212
<MathInterpreter.Properties.Settings>
13-
<setting name="EditorFontSize" serializeAs="Integer">
13+
<setting name="EditorFontSize" serializeAs="String">
1414
<value>15</value>
1515
</setting>
1616
</MathInterpreter.Properties.Settings>

0 commit comments

Comments
 (0)