From af8220968cc39d07c342a20d3899c27c4938375a Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Tue, 24 Jul 2018 15:18:21 +0200 Subject: [PATCH] ui: Fixed graph not interactive after showing legend --- src/lib/component/controller/GraphController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/component/controller/GraphController.cpp b/src/lib/component/controller/GraphController.cpp index 38952719..467da262 100644 --- a/src/lib/component/controller/GraphController.cpp +++ b/src/lib/component/controller/GraphController.cpp @@ -618,6 +618,7 @@ void GraphController::createDummyGraph(const std::shared_ptr graph) m_graph = graph; m_useBezierEdges = false; + m_showsLegend = false; } void GraphController::createDummyGraphAndSetActiveAndVisibility(