Browse Source

Fix refresh of DisplaySettings in TextEditor.

pull/897/head
Siegfried Pammer 8 years ago
parent
commit
2cc0b65d41
  1. 3
      ILSpy/Options/DisplaySettingsPanel.xaml.cs

3
ILSpy/Options/DisplaySettingsPanel.xaml.cs

@ -125,7 +125,8 @@ namespace ICSharpCode.ILSpy.Options @@ -125,7 +125,8 @@ namespace ICSharpCode.ILSpy.Options
else
root.Add(section);
currentDisplaySettings = null; // invalidate cached settings
if (currentDisplaySettings != null)
currentDisplaySettings.CopyValues(s);
}
}

Loading…
Cancel
Save