mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 01:36:12 +08:00
left a few errors in the subclass source by accident
This commit is contained in:
+3
-14
@@ -43,12 +43,11 @@ wxFont wxCreateFontFromStockObject2(int index)
|
||||
#else
|
||||
font.Create(info);
|
||||
#endif
|
||||
} else {
|
||||
wxFAIL_MSG(wxT("failed to get LOGFONT"));
|
||||
}
|
||||
} else {
|
||||
wxFAIL_MSG(wxT("stock font not found"));
|
||||
wxFAIL_MSG(wxT("failed to get LOGFONT"));
|
||||
}
|
||||
} else {
|
||||
wxFAIL_MSG(wxT("stock font not found"));
|
||||
}
|
||||
|
||||
return font;
|
||||
@@ -65,16 +64,6 @@ WindowSubclass::WindowSubclass(wxWindow* parent, wxWindowID id,
|
||||
#endif
|
||||
}
|
||||
|
||||
ListCtrlFixed::ListCtrlFixed(wxWindow *parent,
|
||||
wxWindowID id,
|
||||
const wxPoint& pos,
|
||||
const wxSize& size,
|
||||
long style,
|
||||
const wxValidator& validator,
|
||||
const wxString& name)
|
||||
{
|
||||
}
|
||||
|
||||
wxSize ListCtrlFixed::DoGetBestClientSize() const
|
||||
{
|
||||
if (!InReportView())
|
||||
|
||||
Reference in New Issue
Block a user