call update_bed_size during instantiation

This commit is contained in:
Joseph Lenox 2018-05-07 21:24:27 -05:00 committed by Joseph Lenox
parent 59af3c8a86
commit bb9ce8dd6f

View File

@ -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