mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Fix webview freezing issue
This commit is contained in:
parent
f3e4016795
commit
e97ab55e83
3 changed files with 36 additions and 17 deletions
|
@ -40,11 +40,14 @@ public:
|
|||
void UpdateState();
|
||||
void OnClose(wxCloseEvent& evt);
|
||||
void OnError(wxWebViewEvent& evt);
|
||||
void OnLoaded(wxWebViewEvent& evt);
|
||||
private:
|
||||
void SendAPIKey(wxString apikey);
|
||||
void SendAPIKey();
|
||||
|
||||
wxWebView* m_browser;
|
||||
long m_zoomFactor;
|
||||
wxString m_apikey;
|
||||
bool m_apikey_sent;
|
||||
|
||||
// DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue