mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 23:23:01 -06:00
#4132 Temporarily fix contour map crash by commenting out processEvents
This commit is contained in:
parent
64949011b3
commit
1536645e7c
@ -65,6 +65,7 @@ RivFaultPartMgr::RivFaultPartMgr(const RigGridBase* grid,
|
|||||||
, m_opacityLevel(1.0f)
|
, m_opacityLevel(1.0f)
|
||||||
, m_defaultColor(cvf::Color3::WHITE)
|
, m_defaultColor(cvf::Color3::WHITE)
|
||||||
{
|
{
|
||||||
|
CVF_ASSERT(rimFault->faultGeometry());
|
||||||
cvf::ref<cvf::Array<size_t>> connIdxes = new cvf::Array<size_t>;
|
cvf::ref<cvf::Array<size_t>> connIdxes = new cvf::Array<size_t>;
|
||||||
connIdxes->assign(rimFault->faultGeometry()->connectionIndices());
|
connIdxes->assign(rimFault->faultGeometry()->connectionIndices());
|
||||||
|
|
||||||
|
@ -479,7 +479,7 @@ void caf::PdmUiFormLayoutObjectEditor::configureAndUpdateUi(const QString& uiCon
|
|||||||
|
|
||||||
// Process events to make sure the layout has completed before scrolling the list editor to current item
|
// Process events to make sure the layout has completed before scrolling the list editor to current item
|
||||||
// If this step is omitted, the scrollTo method ends up at arbitrary positions
|
// If this step is omitted, the scrollTo method ends up at arbitrary positions
|
||||||
qApp->processEvents();
|
//qApp->processEvents();
|
||||||
|
|
||||||
for (it = m_fieldViews.begin(); it != m_fieldViews.end(); ++it)
|
for (it = m_fieldViews.begin(); it != m_fieldViews.end(); ++it)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user