From a27640a2927502ec8fa7cdec16a5c20dd1d04afb Mon Sep 17 00:00:00 2001 From: VladM7 Date: Wed, 19 Jun 2024 16:45:20 +0300 Subject: [PATCH] commented ShowAxes function until finalised --- MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 5d22e36..426a722 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -566,7 +566,7 @@ private void calculateBtn_Click(object sender, RoutedEventArgs e) statusInfoBar.Message = "Generation complete."; statusInfoBar.IsOpen = true; } - ShowAxes(); + //ShowAxes(); } private double rotationAngleX = 0, rotationAngleY = 0;