UnsavedChangesDialog: Fixed get_string_from_enum() in respect to the InfillPattern

This commit is contained in:
YuSanka 2020-08-07 15:09:58 +02:00
parent 08576ad746
commit c4569c93f2
2 changed files with 31 additions and 27 deletions

View file

@ -1,19 +1,8 @@
#ifndef slic3r_UnsavedChangesDialog_hpp_
#define slic3r_UnsavedChangesDialog_hpp_
#include <vector>
#include <map>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/listctrl.h>
#include <wx/dataview.h>
#include <wx/combo.h>
#include <wx/checkbox.h>
#include <wx/dialog.h>
#include "GUI_Utils.hpp"
#include "wxExtensions.hpp"
#include "libslic3r/Preset.hpp"