From bb9ce8dd6f5aa35fef4ace577d7706eb703b1c61 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 7 May 2018 21:24:27 -0500 Subject: [PATCH] call update_bed_size during instantiation --- src/GUI/Plater.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GUI/Plater.cpp b/src/GUI/Plater.cpp index 70c6b7010..291da269d 100644 --- a/src/GUI/Plater.cpp +++ b/src/GUI/Plater.cpp @@ -111,6 +111,8 @@ Plater::Plater(wxWindow* parent, const wxString& title, std::shared_ptrcanvas2D->update_bed_size(); + // Finally assemble the sizers into the display. // export/print/send/export buttons