mirror of https://github.com/quasar/Quasar.git
Corrected color of normal output
This commit is contained in:
parent
567d9dc2f5
commit
2662f1d952
|
@ -100,7 +100,7 @@ public void PrintMessage(string message)
|
|||
{
|
||||
txtConsoleOutput.Invoke((MethodInvoker)delegate
|
||||
{
|
||||
txtConsoleOutput.SelectionColor = Color.White;
|
||||
txtConsoleOutput.SelectionColor = Color.WhiteSmoke;
|
||||
txtConsoleOutput.AppendText(message);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue