Skip to content

Commit

Permalink
Update ArcGISRuntimeSDKQt_CppSamples/EditData/SnapGeometryEdits/SnapG…
Browse files Browse the repository at this point in the history
…eometryEdits.cpp

Co-authored-by: Lucas Danzinger <[email protected]>
  • Loading branch information
har13205 and ldanzinger authored May 31, 2024
1 parent 6b4a027 commit 11259e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void SnapGeometryEdits::createConnections()
{
if (!m_geometryEditor->isStarted())
{
m_mapView->identifyGraphicsOverlayAsync(m_graphicsOverlay, mouseEvent.position(), 10 ,false).then(this, [this](IdentifyGraphicsOverlayResult* result)
m_mapView->identifyGraphicsOverlayAsync(m_graphicsOverlay, mouseEvent.position(), 10, false).then(this, [this](IdentifyGraphicsOverlayResult* result)
{
// Handle editing selected graphics, if any
auto identifyResult = std::unique_ptr<IdentifyGraphicsOverlayResult>(result);
Expand Down

0 comments on commit 11259e4

Please sign in to comment.