increased the number of decimals for shutterspeed in the dynamic profile editor

This commit is contained in:
Alberto Griggio
2017-03-03 16:27:13 +01:00
parent f67d903550
commit b3f75398c5
2 changed files with 3 additions and 2 deletions

View File

@@ -158,6 +158,8 @@ void DynamicProfilePanel::EditDialog::set_ranges()
DOIT_(shutterspeed);
DOIT_(expcomp);
#undef DOIT_
shutterspeed_min_->set_digits(4);
shutterspeed_max_->set_digits(4);
profilepath_->setInternalEntry();
}