mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 16:20:49 +08:00
call update_bed_size during instantiation
This commit is contained in:
parent
59af3c8a86
commit
bb9ce8dd6f
@ -111,6 +111,8 @@ Plater::Plater(wxWindow* parent, const wxString& title, std::shared_ptr<Settings
|
|||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
this->canvas2D->update_bed_size();
|
||||||
|
|
||||||
// Finally assemble the sizers into the display.
|
// Finally assemble the sizers into the display.
|
||||||
|
|
||||||
// export/print/send/export buttons
|
// export/print/send/export buttons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user