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:
parent
c7e97b4447
commit
c5bca4cc7e
@ -51,6 +51,7 @@ RimViewWindow::RimViewWindow( void )
|
||||
|
||||
RICF_InitField( &m_viewId, "ViewId", -1, "View ID", "", "", "" );
|
||||
m_viewId.uiCapability()->setUiReadOnly( true );
|
||||
m_viewId.uiCapability()->setUiHidden( true );
|
||||
m_viewId.capability<RicfFieldHandle>()->setIOWriteable( false );
|
||||
|
||||
CAF_PDM_InitField( &m_showWindow, "ShowWindow", true, "Show Window", "", "", "" );
|
||||
|
Loading…
Reference in New Issue
Block a user