Show "unchanged" in batch profiled lens correction

This commit is contained in:
Lawrence Lee
2023-08-27 16:32:30 -07:00
parent a56c11570f
commit e6a2654241

View File

@@ -441,6 +441,7 @@ void LensProfilePanel::setBatchMode(bool yes)
modesGrid->attach_next_to(*corrUnchangedRB, Gtk::POS_TOP, 3, 1);
corrUnchangedRB->signal_toggled().connect(sigc::bind(sigc::mem_fun(*this, &LensProfilePanel::onCorrModeChanged), corrUnchangedRB));
corrUnchangedRB->set_active(true);
corrUnchangedRB->show();
}
void LensProfilePanel::onLensfunCameraChanged()