Implemented wxWebViewEdge::Print()

This commit is contained in:
Tobias Taschner
2020-01-11 15:06:29 +01:00
parent a1a155618e
commit 1f1202807b

View File

@@ -482,7 +482,7 @@ bool wxWebViewEdge::CanSetZoomType(wxWebViewZoomType type) const
void wxWebViewEdge::Print()
{
RunScript("window.print();");
}
wxWebViewZoom wxWebViewEdge::GetZoom() const