Skip to content

Commit

Permalink
https://github.com/ObjectVision/GeoDMS/issues/204:
Browse files Browse the repository at this point in the history
Value trace is no longer triggered by disabling nor enabling layers. If you intend to get such value trace, you can (double) click on its value widget.
  • Loading branch information
MaartenHilferink committed Apr 6, 2023
1 parent 8eb4b0b commit 845fdb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shv/dll/src/GraphicLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ void GraphicLayer::SetActive(bool newState)
}
if (newState)
{
CreateViewValueAction(GetActiveAttr(), GetFocusElemIndex(), false);
auto dv = GetDataView().lock();
dv->OnCaptionChanged();
}
Expand Down

0 comments on commit 845fdb5

Please sign in to comment.