mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 08:58:43 +03:00
Merge prusa 2.6.1
This commit is contained in:
@@ -134,7 +134,12 @@ GalleryDialog::GalleryDialog(wxWindow* parent) :
|
||||
}
|
||||
|
||||
GalleryDialog::~GalleryDialog()
|
||||
{
|
||||
{
|
||||
// From wxWidgets docs:
|
||||
// The method void wxListCtrl::SetImageList(wxImageList* imageList, int which)
|
||||
// does not take ownership of the image list, you have to delete it yourself.
|
||||
if (m_image_list)
|
||||
delete m_image_list;
|
||||
}
|
||||
|
||||
int GalleryDialog::show(bool show_from_menu)
|
||||
|
||||
Reference in New Issue
Block a user