File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/Interface/Modules/Visualization Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,9 @@ void CreateBasicColorMapDialog::pull()
7171 std::string cm_name (state_->getValue (CreateBasicColorMapModule::ColorMapName).toString ());
7272 double cm_shift (state_->getValue (CreateBasicColorMapModule::ColorMapShift).toDouble ());
7373 int cm_res (state_->getValue (CreateBasicColorMapModule::ColorMapResolution).toInt ());
74- bool cm_inv (state_->getValue (CreateBasicColorMapModule::ColorMapInvert).toBool ());
7574 colorMapNameComboBox_->setCurrentIndex (colorMapNameComboBox_->findText (QString::fromStdString (cm_name)));
76- shiftSpin_->setValue (cm_shift);
7775 shiftSlider_->setValue (static_cast <int >(cm_shift * 100 .));
7876 resolutionSlider_->setValue (cm_res);
79- resolutionSpin_->setValue (cm_res);
80- invertCheck_->setChecked (cm_inv);
8177}
8278
8379void CreateBasicColorMapDialog::updateColorMapPreview (QString s) {
You can’t perform that action at this time.
0 commit comments