mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Hide RimViewWindow::m_viewId so it doesn't show up in property editors
This commit is contained in:
@@ -51,6 +51,7 @@ RimViewWindow::RimViewWindow( void )
|
|||||||
|
|
||||||
RICF_InitField( &m_viewId, "ViewId", -1, "View ID", "", "", "" );
|
RICF_InitField( &m_viewId, "ViewId", -1, "View ID", "", "", "" );
|
||||||
m_viewId.uiCapability()->setUiReadOnly( true );
|
m_viewId.uiCapability()->setUiReadOnly( true );
|
||||||
|
m_viewId.uiCapability()->setUiHidden( true );
|
||||||
m_viewId.capability<RicfFieldHandle>()->setIOWriteable( false );
|
m_viewId.capability<RicfFieldHandle>()->setIOWriteable( false );
|
||||||
|
|
||||||
CAF_PDM_InitField( &m_showWindow, "ShowWindow", true, "Show Window", "", "", "" );
|
CAF_PDM_InitField( &m_showWindow, "ShowWindow", true, "Show Window", "", "", "" );
|
||||||
|
|||||||
Reference in New Issue
Block a user