Remove wxLogWindow::OnFrameCreate() virtual method.
This method couldn't be overridden by the classes deriving from wxLogWindow because it was called (indirectly) from wxLogWindow ctor itself and so was completely useless. Just remove it to avoid confusion. Closes #12763. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -622,6 +622,7 @@ All (GUI):
|
||||
- Add wxCheckListBox::GetCheckedItems() (hartwigw).
|
||||
- Add wxAUI_TB_PLAIN_BACKGROUND wxAuiToolBar style (Allann Jones).
|
||||
- Make wxGenericDataViewCtrl::SetFont() really work (Laurent Poujoulat).
|
||||
- Remove wxLogWindow::OnFrameCreate(), it was never called anyhow.
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user