FIX:fixed cant not display all text on mapping popup dialog

Change-Id: I309c54f7e7ee1e2ba20756a31e421e6dd5d57d1a
This commit is contained in:
tao wang 2022-08-04 18:52:10 +08:00 committed by Lane.Wei
parent 60e9c608a3
commit 1e857a6e23
2 changed files with 27 additions and 4 deletions

View file

@ -109,7 +109,8 @@ class AmsMapingPopup : public wxPopupTransientWindow
{
public:
AmsMapingPopup(wxWindow *parent);
~AmsMapingPopup() {};
wxString format_text(wxString &m_msg);
~AmsMapingPopup(){};
wxStaticText * m_warning_text{nullptr};
std::vector<std::string> m_materials_list;