This commit is contained in:
Amir Ebrahimi 2019-03-05 15:34:51 -08:00
Родитель 59bf8eec07
Коммит 7d947314dd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -73,7 +73,7 @@ namespace GraphVisualizer
PrepareLegend(graphLayout.vertices);
if (graphSettings.showLegend || graphSettings.showInspector || m_SelectedNode != null)
if (graphSettings.showLegend || graphSettings.showInspector)
{
legendArea = new Rect(totalDrawingArea)
{