1) corrected bug in log.cpp which only affected wxGTK: some messages could
appear twice 2) tried to use gtk_widget_set_usize in wxFrame::SetSizeHints(), but it still doesn't work... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -384,7 +384,6 @@ void wxInitializeStockObjects ()
|
||||
void
|
||||
wxDeleteStockObjects ()
|
||||
{
|
||||
|
||||
wxDELETE(wxNORMAL_FONT);
|
||||
wxDELETE(wxSMALL_FONT);
|
||||
wxDELETE(wxITALIC_FONT);
|
||||
|
||||
Reference in New Issue
Block a user