diff --git a/XplorePlane/Views/ImageProcessing/BubbleMeasurePanel.xaml b/XplorePlane/Views/ImageProcessing/BubbleMeasurePanel.xaml
index bcd5849..b9909d9 100644
--- a/XplorePlane/Views/ImageProcessing/BubbleMeasurePanel.xaml
+++ b/XplorePlane/Views/ImageProcessing/BubbleMeasurePanel.xaml
@@ -21,7 +21,7 @@
-
+
@@ -51,6 +51,7 @@
+
diff --git a/XplorePlane/Views/ImageProcessing/BubbleMeasurePanel.xaml.cs b/XplorePlane/Views/ImageProcessing/BubbleMeasurePanel.xaml.cs
index c7f9323..58ba847 100644
--- a/XplorePlane/Views/ImageProcessing/BubbleMeasurePanel.xaml.cs
+++ b/XplorePlane/Views/ImageProcessing/BubbleMeasurePanel.xaml.cs
@@ -72,6 +72,11 @@ namespace XplorePlane.Views.ImageProcessing
TbResult.Text = "空隙率: --";
}
+ private void Undo_Click(object sender, RoutedEventArgs e)
+ {
+ _canvas?.UndoBubble();
+ }
+
private void Finish_Click(object sender, RoutedEventArgs e)
{
Close();