Removed wxPopupWindow from normal (non-wxUniv) build
as it expects a non-native combobox (which is a bug, of course). Minor compile thing for wxUniv branch. The library currently does not build due to problems in wxListCtrl. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -88,7 +88,6 @@ enum IndicatorStatus
|
||||
IndicatorStatus_Max
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxWin32Renderer: draw the GUI elements in Win32 style
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
@@ -2682,6 +2681,7 @@ wxMenuGeometryInfo *wxWin32Renderer::GetMenuGeometry(wxWindow *win,
|
||||
|
||||
#else // !wxUSE_MENUS
|
||||
|
||||
/*
|
||||
void wxWin32Renderer::DrawMenuBarItem(wxDC& WXUNUSED(dc),
|
||||
const wxRect& WXUNUSED(rectOrig),
|
||||
const wxString& WXUNUSED(label),
|
||||
@@ -2718,6 +2718,7 @@ wxWin32Renderer::GetMenuGeometry(wxWindow *WXUNUSED(win),
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
*/
|
||||
|
||||
#endif // wxUSE_MENUS/!wxUSE_MENUS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user