mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Removed the unused force_autocenter parameter from Plater::update()
This commit is contained in:
parent
ee99fa2c64
commit
bc9de8956a
2 changed files with 5 additions and 5 deletions
|
@ -125,7 +125,7 @@ public:
|
|||
void load_files(const std::vector<boost::filesystem::path> &input_files);
|
||||
#endif // ENABLE_NEW_MENU_LAYOUT
|
||||
|
||||
void update(bool force_autocenter = false);
|
||||
void update();
|
||||
void select_view(const std::string& direction);
|
||||
|
||||
void remove(size_t obj_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue