No changes, just remove the strange "#if 1".
This was apparently unintentionally added in r15050 to all files of the widgets sample and somehow survived in this one only until now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -43,7 +43,6 @@
 | 
			
		||||
 | 
			
		||||
#include "itemcontainer.h"
 | 
			
		||||
#include "widgets.h"
 | 
			
		||||
#if 1
 | 
			
		||||
#include "icons/combobox.xpm"
 | 
			
		||||
 | 
			
		||||
// ----------------------------------------------------------------------------
 | 
			
		||||
@@ -654,6 +653,4 @@ void ComboboxWidgetsPage::OnCloseup(wxCommandEvent& WXUNUSED(event))
 | 
			
		||||
    wxLogMessage(wxT("Combobox closed up"));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif //wxUSE_COMBOBOX
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
#endif // wxUSE_COMBOBOX
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user