diff --git a/GUI/View/Overlay/LineOverlays.cpp b/GUI/View/Overlay/LineOverlays.cpp
index 832b9e92febc4bfe617637b485f8c523612d8f80..c4bb3dc97ff4da83c3e7ab8c25dcc4457a3ee2f3 100644
--- a/GUI/View/Overlay/LineOverlays.cpp
+++ b/GUI/View/Overlay/LineOverlays.cpp
@@ -84,7 +84,6 @@ void HorizontalLineOverlay::onChangedY()
 {
     setBlockOnProperty(true);
     m_item->setPos(y2coo(this->y()));
-    emit m_item->maskGeometryChanged();
     setBlockOnProperty(false);
 }
 
@@ -132,7 +131,6 @@ void VerticalLineOverlay::onChangedX()
 {
     setBlockOnProperty(true);
     m_item->setPos(x2coo(this->x()));
-    emit m_item->maskGeometryChanged();
     setBlockOnProperty(false);
 }