Completed
Last Updated: 23 Sep 2020 13:25 by ADMIN
Release LIB 2020.3.928
Vladimir
Created on: 16 Sep 2020 11:13
Category: SyntaxEditor
Type: Bug Report
0
SyntaxEditor: The Foreground of the text is not updated when the variation is switched in the VisualStudio2013 theme

When the variation is changed in the VisualStudio2013 theme, the Foreground is not updated. 

As a workaround, you can reset the Template of the control:

var template = this.syntaxEditor.Template;
this.syntaxEditor.Template = null;
this.syntaxEditor.Template = template;

0 comments