diff --git a/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs b/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs index d01fac1..e1c58d2 100644 --- a/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs +++ b/ADIS_Csharp/RobotClientWpf/MainWindow.xaml.cs @@ -182,7 +182,8 @@ namespace RobotClientWpf break; } - UIAccessHelpers.SetTextblockTextAndForegroundColor(tbBottomMessage, message, col); + // not used currently + //UIAccessHelpers.SetTextblockTextAndForegroundColor(tbBottomMessage, message, col); } private void ClearBottomMessage() diff --git a/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml b/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml index f78b9c0..72a4590 100644 --- a/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml +++ b/ADIS_Csharp/RobotClientWpf/Views/ConfigView.xaml @@ -13,7 +13,7 @@ - +