Skip to content

Commit

Permalink
Disable IO for RicPasteAsciiDataToSummaryPlotFeatureUi preview text f…
Browse files Browse the repository at this point in the history
…ield
  • Loading branch information
magnesj committed Oct 13, 2023
1 parent 02ca032 commit 91352c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ RicPasteAsciiDataToSummaryPlotFeatureUi::RicPasteAsciiDataToSummaryPlotFeatureUi
m_previewText.uiCapability()->setUiEditorTypeName( caf::PdmUiTextEditor::uiEditorTypeName() );
m_previewText.uiCapability()->setUiLabelPosition( caf::PdmUiItemInfo::HIDDEN );
m_previewText.uiCapability()->setUiReadOnly( true );
m_previewText.xmlCapability()->disableIO();

m_uiMode = UI_MODE_NONE;
}
Expand Down

0 comments on commit 91352c6

Please sign in to comment.