mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-12 22:36:03 -06:00
FIX: AMSCountPopupWindow wxPU_CONTAINS_CONTROLS
Change-Id: Iff7c79640e1fddc1bb4c5f73b4bbbe81122515d9 Jira: none (cherry picked from commit 0e0599c7226897e22010eea06554d0466fdb1419)
This commit is contained in:
parent
5d17c51aa9
commit
8ace17eaef
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ class AMSCountPopupWindow : public PopupWindow
|
|||
{
|
||||
public:
|
||||
AMSCountPopupWindow(wxWindow * parent, wxStaticText *text, int index)
|
||||
: PopupWindow(parent, wxBORDER_NONE)
|
||||
: PopupWindow(parent, wxBORDER_NONE | wxPU_CONTAINS_CONTROLS)
|
||||
{
|
||||
auto msg = new wxStaticText(this, wxID_ANY, _L("Please set the number of ams installed on the this extrusion head."));
|
||||
msg->SetFont(Label::Body_14);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue