Tech ENABLE_DRAG_AND_DROP_FIX set as default

This commit is contained in:
enricoturri1966 2021-02-17 14:52:58 +01:00
parent 349ce7fd50
commit 77be228b75
4 changed files with 0 additions and 200 deletions

View file

@ -151,10 +151,8 @@ public:
std::vector<size_t> load_files(const std::vector<boost::filesystem::path>& input_files, bool load_model = true, bool load_config = true, bool imperial_units = false);
// To be called when providing a list of files to the GUI slic3r on command line.
std::vector<size_t> load_files(const std::vector<std::string>& input_files, bool load_model = true, bool load_config = true, bool imperial_units = false);
#if ENABLE_DRAG_AND_DROP_FIX
// to be called on drag and drop
bool load_files(const wxArrayString& filenames);
#endif // ENABLE_DRAG_AND_DROP_FIX
const wxString& get_last_loaded_gcode() const { return m_last_loaded_gcode; }