We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aff4ec commit 32df3a2Copy full SHA for 32df3a2
source/interface_derived.hpp
@@ -66,7 +66,7 @@ class MainFrameDerived : public MainFrame{
66
}
67
/** When the web view has finished loading the requested page */
68
void OnNavigationComplete(wxWebViewEvent& event){
69
- lastURL = event.GetURL();
+ lastURL = learnView->GetCurrentURL();
70
titleLabel->SetLabel(lastURL);
71
openInBrowserCtrl->SetURL(lastURL);
72
backBtn->Enable(learnView->CanGoBack());
0 commit comments