mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-19 01:25:55 +08:00
FIX: AMSCountPopupWindow wxPU_CONTAINS_CONTROLS
Change-Id: Iff7c79640e1fddc1bb4c5f73b4bbbe81122515d9 Jira: none
This commit is contained in:
parent
370be63709
commit
0e0599c722
@ -605,7 +605,7 @@ class AMSCountPopupWindow : public PopupWindow
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
AMSCountPopupWindow(wxWindow * parent, wxStaticText *text, int index)
|
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."));
|
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);
|
msg->SetFont(Label::Body_14);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user