NEW:Fixed some mall issues

Change-Id: I1f9105a1a7089457f4ecb327cb5db43ca0d39f4e
(cherry picked from commit 975bdcf64f88b4f1e7c0e03abd9dfba6c32c00fe)
This commit is contained in:
tao wang 2022-10-31 22:22:49 +08:00 committed by Lane.Wei
parent 2406cc35b6
commit 75e960f999
6 changed files with 78 additions and 30 deletions

View file

@ -56,9 +56,11 @@ namespace Slic3r { namespace GUI {
void show_control(bool show);
void go_to_mall(wxString url);
void go_to_publish(wxString url);
void on_refresh(wxMouseEvent& evt);
public:
wxPanel* m_web_control_panel{nullptr};
wxWebView* m_browser{nullptr};
wxString m_url;
};
}} // namespace Slic3r::GUI