mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-30 16:31:57 +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
|
||||
//Connect the idle events
|
||||
Bind(wxEVT_IDLE, &WebViewPanel::on_idle, this);
|
||||
|
||||
m_browser->EnableContextMenu(true);
|
||||
m_browser->EnableAccessToDevTools(true);
|
||||
}
|
||||
|
||||
WebViewPanel::~WebViewPanel()
|
||||
|
Loading…
x
Reference in New Issue
Block a user