diff options
-rw-r--r-- | scatterplot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scatterplot.cpp b/scatterplot.cpp index 47066fa..964642c 100644 --- a/scatterplot.cpp +++ b/scatterplot.cpp @@ -13,6 +13,7 @@ Scatterplot::Scatterplot(QQuickItem *parent) : QQuickItem(parent) , m_shouldUpdateGeometry(false) , m_shouldUpdateMaterials(false) + , m_currentState(INTERACTION_NONE) , m_colorScale{ QColor("#1f77b4"), QColor("#ff7f0e"), |