Make control lines buttons disabled in batch mode

This commit is contained in:
Lawrence Lee
2020-06-10 12:57:08 -07:00
parent 11459a8bb1
commit 976cf4c103

View File

@@ -580,6 +580,9 @@ void PerspCorrection::setBatchMode (bool batchMode)
projection_shift_vert->showEditedCB ();
projection_yaw->showEditedCB ();
lines_button_h->set_sensitive(false);
lines_button_v->set_sensitive(false);
lines_button_edit->set_sensitive(false);
auto_pitch->set_sensitive(false);
auto_yaw->set_sensitive(false);
auto_pitch_yaw->set_sensitive(false);