Browse Source

Render tabs in the text viewer

pull/23/head
Logan Higinbotham 5 years ago
parent
commit
ef21ba7050
  1. 2
      Project/Src/Gui/TextView.cs

2
Project/Src/Gui/TextView.cs

@ -633,7 +633,7 @@ namespace ICSharpCode.TextEditor
// Important: Some flags combinations work on WinXP, but not on Win2000.
// Make sure to test changes here on all operating systems.
private const TextFormatFlags textFormatFlags =
TextFormatFlags.NoPadding | TextFormatFlags.NoPrefix | TextFormatFlags.PreserveGraphicsClipping;
TextFormatFlags.NoPadding | TextFormatFlags.NoPrefix | TextFormatFlags.PreserveGraphicsClipping | TextFormatFlags.ExpandTabs;
#endregion

Loading…
Cancel
Save