fixed the value returned by GetSize()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-10 14:41:06 +00:00
parent 485cd20763
commit 94a77ff7af
2 changed files with 11 additions and 19 deletions

View File

@@ -103,9 +103,6 @@ protected:
virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
// get the real height of the control
int GetVisibleHeight() const;
// update the height of the drop down list to fit the number of items we
// have (without changing the visible height)
void UpdateVisibleHeight();