Make wxWebViewEdge visible after creating

Fixes: #18851
This commit is contained in:
PB
2021-02-07 21:28:50 +01:00
committed by Tobias Taschner
parent 414f211b8a
commit 623e6a4fc3
2 changed files with 1 additions and 11 deletions

View File

@@ -105,8 +105,6 @@ private:
void OnSize(wxSizeEvent& event);
void OnShow(wxShowEvent& event);
bool RunScriptSync(const wxString& javascript, wxString* output = NULL) const;
wxDECLARE_DYNAMIC_CLASS(wxWebViewEdge);