return wxDefaultSize (as done in all other platforms) when the combo box is empty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -180,7 +180,8 @@ public:
|
||||
const wxString& name = wxBitmapComboBoxNameStr);
|
||||
|
||||
/**
|
||||
Returns size of bitmaps used in the list.
|
||||
Returns the size of the bitmaps used in the combo box.
|
||||
If the combo box is empty, then ::wxDefaultSize is returned.
|
||||
*/
|
||||
virtual wxSize GetBitmapSize() const;
|
||||
|
||||
|
Reference in New Issue
Block a user