Skip to content
Snippets Groups Projects
Commit 377ba277 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

rm general signal

parent fb3e7b96
No related branches found
No related tags found
1 merge request!2785Connect only selected projections to real-time plot update (#1046)
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment