Update src/stc/PlatWX.cpp
Co-Authored-By: NewPagodi <NewPagodi@users.noreply.github.com>
This commit is contained in:
@@ -2537,7 +2537,7 @@ void ListBoxImpl::RegisterImage(int type, const char *xpm_data) {
|
|||||||
img = dec.ReadData(reinterpret_cast<const char* const*>(xpm_data));
|
img = dec.ReadData(reinterpret_cast<const char* const*>(xpm_data));
|
||||||
|
|
||||||
wxBitmap bmp(img);
|
wxBitmap bmp(img);
|
||||||
RegisterImageHelper(type,bmp);
|
RegisterImageHelper(type, bmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user