Skip to content

Commit

Permalink
Fixed: crash on exit when building with wx3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eranif committed Jan 4, 2025
1 parent ce720bd commit 4c54143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/ConsoleLexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ConsoleLexer::ConsoleLexer(wxStyledTextCtrl* stc)
CallAfter(&ConsoleLexer::SetStyles);
}

ConsoleLexer::~ConsoleLexer() { m_stc->Unbind(wxEVT_STC_STYLENEEDED, &ConsoleLexer::OnStyleNeeded, this); }
ConsoleLexer::~ConsoleLexer() {}

/// Apply the lexer's "terminal" styles for this instance managed wxSTC
void ConsoleLexer::SetStyles()
Expand Down

0 comments on commit 4c54143

Please sign in to comment.