岩心图片右键操作

This commit is contained in:
crqiqi77 2026-04-28 09:43:49 +08:00
parent 228bb896d0
commit 7c9a29c031

View File

@ -1970,8 +1970,8 @@ void QMyCustomPlot::onEditImage()
PropertyService()->InitCurrentViewInfo(); PropertyService()->InitCurrentViewInfo();
//取消框选 //取消框选
this->setInteractions(QCP::iSelectLegend | QCP::iSelectPlottables); // this->setInteractions(QCP::iSelectLegend | QCP::iSelectPlottables);
this->setSelectionRectMode(QCP::srmNone); // this->setSelectionRectMode(QCP::srmNone);
} }
}); });