Suppress to change "inches" flag after conversion to the inches.
This commit is contained in:
parent
161fb86c43
commit
62c23313be
1 changed files with 1 additions and 1 deletions
|
@ -2398,7 +2398,7 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
|||
|
||||
auto convert_from_imperial_units = [](Model& model, bool only_small_volumes) {
|
||||
model.convert_from_imperial_units(only_small_volumes);
|
||||
wxGetApp().app_config->set("use_inches", "1");
|
||||
// wxGetApp().app_config->set("use_inches", "1");
|
||||
wxGetApp().sidebar().update_ui_from_settings();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue