|
|
|
|
@ -16,6 +16,7 @@
|
|
|
|
|
#include "nmDataRegion.h"
|
|
|
|
|
#include "nmObjBase.h"
|
|
|
|
|
#include "nmDataAnalyzeManager.h"
|
|
|
|
|
#include "nmAttrRegistry.h"
|
|
|
|
|
#include "nmObjPointWell.h"
|
|
|
|
|
#include "nmDataWellBase.h"
|
|
|
|
|
#include "nmDataVerticalFracturedWell.h"
|
|
|
|
|
@ -1714,6 +1715,11 @@ void nmPlotGraphicBinder::syncWellMoveFromGraphic(nmObjPointWell* pGraphic,
|
|
|
|
|
pHFWell->setFracs();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 本轮移动数据写回完成后,统一刷新参数面板中的已注册属性。
|
|
|
|
|
if (m_pDataMgr != nullptr && m_pDataMgr->getAttrRegistry() != nullptr) {
|
|
|
|
|
m_pDataMgr->getAttrRegistry()->refreshAll();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
bool nmPlotGraphicBinder::ensureSelectedWellData(nmObjPointWell* pGraphic,
|
|
|
|
|
|