mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
update BitmapComboBox
This commit is contained in:
parent
77a143a8ff
commit
eba3fe207f
2 changed files with 4 additions and 88 deletions
|
|
@ -29,7 +29,7 @@ BitmapComboBox(wxWindow* parent,
|
|||
#ifdef _WIN32
|
||||
int Append(const wxString& item);
|
||||
#endif
|
||||
int Append(const wxString& item, const wxBitmap& bitmap)
|
||||
int Append(const wxString& item, const wxBitmapBundle& bitmap)
|
||||
{
|
||||
return wxBitmapComboBox::Append(item, bitmap);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue