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:
Robert Roebling
2001-07-09 12:20:04 +00:00
parent 45f22d48cd
commit 1629fb3b72
5 changed files with 7 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ public:
SetBitmapSelected(bmpPressed);
SetBitmapDisabled(bmpDisabled);
SetSize(bmpNormal.GetWidth(), bmpNormal.GetHeight());
// SetSize(bmpNormal.GetWidth(), bmpNormal.GetHeight());
}
protected: