mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Save the 2D Intersection views. Turn off unneccesary fields
This commit is contained in:
@@ -863,9 +863,21 @@ void Rim3dView::forceShowWindowOn()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void Rim3dView::disableGridBox()
|
||||
void Rim3dView::disableGridBoxField()
|
||||
{
|
||||
m_showGridBox = false;
|
||||
m_showGridBox.uiCapability()->setUiHidden(true);
|
||||
m_showGridBox.xmlCapability()->setIOWritable(false);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void Rim3dView::disablePerspectiveProjectionField()
|
||||
{
|
||||
isPerspectiveView = false;
|
||||
isPerspectiveView.uiCapability()->setUiHidden(true);
|
||||
isPerspectiveView.xmlCapability()->setIOWritable(false);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user