Remote shell color fix for mono

This commit is contained in:
d3agle 2015-09-05 12:09:14 -05:00
parent 04a0d36183
commit 6c582ff763
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ namespace xServer.Forms
{
txtConsoleOutput.Invoke((MethodInvoker)delegate
{
txtConsoleOutput.SelectionColor = Color.White;
txtConsoleOutput.AppendText(message);
});
}