Remove auto-toggle
This commit is contained in:
Родитель
59bf8eec07
Коммит
7d947314dd
|
@ -73,7 +73,7 @@ namespace GraphVisualizer
|
||||||
|
|
||||||
PrepareLegend(graphLayout.vertices);
|
PrepareLegend(graphLayout.vertices);
|
||||||
|
|
||||||
if (graphSettings.showLegend || graphSettings.showInspector || m_SelectedNode != null)
|
if (graphSettings.showLegend || graphSettings.showInspector)
|
||||||
{
|
{
|
||||||
legendArea = new Rect(totalDrawingArea)
|
legendArea = new Rect(totalDrawingArea)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче