plot: Don't steal all mouse events

This commit is contained in:
Mike
2016-04-09 19:05:36 +01:00
parent 1ef9a2676f
commit 894e490c36

View File

@@ -26,7 +26,7 @@ Plot::Plot(std::shared_ptr<AbstractSampleSource> src) : sampleSource(src)
bool Plot::mouseEvent(QEvent::Type type, QMouseEvent event)
{
return false;
}
std::shared_ptr<AbstractSampleSource> Plot::output()