Use path instead of glyph for active tracing (#910)
* Use path instead of glyph
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user