correct notebook page event

changing apparently works weirdly on windows?
This commit is contained in:
2025-06-26 12:49:16 +02:00
parent 08f61ef9e4
commit cc69874ebc

View File

@@ -113,11 +113,11 @@ void LauncherAppMainFrame::onNewLineOutput(wxCommandEvent& event) {
}
void LauncherAppMainFrame::OnNotebookPageChanged(wxBookCtrlEvent& event) {
if (event.GetSelection() == 4) prepareWebview();
else unloadWebview();
}
void LauncherAppMainFrame::OnNotebookPageChanging(wxBookCtrlEvent& event) {
if (event.GetSelection() == 4) prepareWebview();
else unloadWebview();
}
void LauncherAppMainFrame::onDhfsInstanceStateChange(wxCommandEvent& event) {