Add ADDSET functionality for scale parameter

This commit is contained in:
Alexander Brock
2024-09-08 15:00:49 +02:00
parent 69efe6ae5e
commit f6010c13c6
3 changed files with 6 additions and 2 deletions

View File

@@ -364,6 +364,9 @@ Gtk::Widget* Preferences::getBatchProcPanel()
mi->set_value(behavColumns.label, M("TP_RESIZE_LABEL"));
appendBehavList(mi, M("TP_RESIZE_SCALE"), ADDSET_RESIZE_SCALE, true);
mi = behModel->append();
mi->set_value(behavColumns.label, M("TP_LENSGEOM_SCALE"));
appendBehavList(mi, M("TP_LENSGEOM_SCALE"), ADDSET_LENSGEOM_SCALE, true);
mi = behModel->append();
mi->set_value(behavColumns.label, M("TP_DISTORTION_LABEL"));