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,7 @@ public:
|
||||
SetBitmapSelected(bmpPressed);
|
||||
SetBitmapDisabled(bmpDisabled);
|
||||
|
||||
SetSize(bmpNormal.GetWidth(), bmpNormal.GetHeight());
|
||||
// SetSize(bmpNormal.GetWidth(), bmpNormal.GetHeight());
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user