diff --git a/logPlus/qmycustomplot.cpp b/logPlus/qmycustomplot.cpp index 556b9da..fd66d59 100644 --- a/logPlus/qmycustomplot.cpp +++ b/logPlus/qmycustomplot.cpp @@ -1970,8 +1970,8 @@ void QMyCustomPlot::onEditImage() PropertyService()->InitCurrentViewInfo(); //取消框选 - this->setInteractions(QCP::iSelectLegend | QCP::iSelectPlottables); - this->setSelectionRectMode(QCP::srmNone); +// this->setInteractions(QCP::iSelectLegend | QCP::iSelectPlottables); +// this->setSelectionRectMode(QCP::srmNone); } });