#699 fix remember last folder for opened file

This commit is contained in:
supermerill 2020-11-21 21:15:44 +01:00
parent c73e9cf1c9
commit 0b94eee824

View File

@ -4728,7 +4728,7 @@ void Plater::add_model(bool imperial_units/* = false*/)
} }
Plater::TakeSnapshot snapshot(this, snapshot_label); Plater::TakeSnapshot snapshot(this, snapshot_label);
load_files(paths, true, false, imperial_units); load_files(paths, true, false, true, imperial_units);
} }
void Plater::import_sl1_archive() void Plater::import_sl1_archive()