aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 3417534..1062546 100644
--- a/main.cpp
+++ b/main.cpp
@@ -289,9 +289,11 @@ int main(int argc, char **argv)
m->cpPlot, &Scatterplot::setColorData);
QObject::connect(m->projectionHistory, &ProjectionHistory::rpValuesRewound,
m->splat, &VoronoiSplat::setValues);
+ QObject::connect(m->projectionHistory, &ProjectionHistory::rpValuesRewound,
+ m->rpBarChart, &BarChart::updateValues);
// General component set up
- plotTC->setAcceptedMouseButtons(Qt::MiddleButton);
+ plotTC->setAcceptedMouseButtons(Qt::RightButton);
m->cpPlot->setDragEnabled(true);
m->cpPlot->setAutoScale(false);
m->rpPlot->setAutoScale(false);