Use path instead of glyph for active tracing (#910)

* Use path instead of glyph
This commit is contained in:
Eric Wong
2020-01-10 16:42:55 -08:00
committed by GitHub
parent 240792a775
commit c7c9bf0513
6 changed files with 79 additions and 17 deletions

View File

@@ -287,7 +287,7 @@ namespace GraphControl
if (graphExpression = m_solver->ParseInput(request))
{
initResult = TryInitializeGraph(keepCurrentView, graphExpression.get());
if (initResult != nullopt)
{
UpdateGraphOptions(m_graph->GetOptions(), validEqs);