Skip to content

Commit

Permalink
commented ShowAxes function until finalised
Browse files Browse the repository at this point in the history
  • Loading branch information
VladM7 committed Jun 19, 2024
1 parent a6e5044 commit a27640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a27640a

Please sign in to comment.