mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-05 23:46:34 +08:00
call update_bed_size during instantiation
This commit is contained in:
parent
d6d3c75582
commit
def5d565b6
@ -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