mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 12:42:03 +08:00
WebViewPanel: enable dev tools
This commit is contained in:
parent
e70ee320d9
commit
0ea1f9f89a
@ -129,6 +129,9 @@ WebViewPanel::WebViewPanel(wxWindow *parent, const wxString& default_url, const
|
|||||||
#endif
|
#endif
|
||||||
//Connect the idle events
|
//Connect the idle events
|
||||||
Bind(wxEVT_IDLE, &WebViewPanel::on_idle, this);
|
Bind(wxEVT_IDLE, &WebViewPanel::on_idle, this);
|
||||||
|
|
||||||
|
m_browser->EnableContextMenu(true);
|
||||||
|
m_browser->EnableAccessToDevTools(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
WebViewPanel::~WebViewPanel()
|
WebViewPanel::~WebViewPanel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user