mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-13 07:23:03 +00:00
Merge: Snapmaker Orca 2.1.2
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
virtual ~WebViewPanel();
|
||||
|
||||
void load_url(wxString& url);
|
||||
|
||||
void reload();
|
||||
void UpdateState();
|
||||
void OnIdle(wxIdleEvent& evt);
|
||||
void OnUrl(wxCommandEvent& evt);
|
||||
@@ -104,6 +104,9 @@ public:
|
||||
int get_model_mall_detail_url(std::string *url, std::string id);
|
||||
|
||||
void update_mode();
|
||||
|
||||
wxWebView* getWebView() { return m_browser; }
|
||||
|
||||
private:
|
||||
|
||||
wxWebView* m_browser;
|
||||
|
||||
Reference in New Issue
Block a user