Skip to content

Commit 4dc01f3

Browse files
author
Alf B. Rustad
committed
Hide facies checkboxes on read XML when probabilities are disabled.
1 parent 89b6728 commit 4dc01f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Main_crava.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,8 @@ void Main_crava::faciesGui(){
15891589
baseValueFaciesEstimationLineEdit->setVisible(faciesProbabilitiesOn());
15901590
faciesTopLabel->setEnabled(faciesProbabilitiesOn());
15911591
faciesTopLineEdit->setEnabled(faciesProbabilitiesOn());
1592+
topValueFaciesEstimationCheckBox->setEnabled(faciesProbabilitiesOn());
1593+
baseValueFaciesEstimationCheckBox->setEnabled(faciesProbabilitiesOn());
15921594
faciesTopBrowsePushButton->setEnabled(faciesProbabilitiesOn());
15931595
faciesBottomLabel->setEnabled(faciesProbabilitiesOn());
15941596
faciesBottomLineEdit->setEnabled(faciesProbabilitiesOn());

0 commit comments

Comments
 (0)