mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Tech ENABLE_DRAG_AND_DROP_FIX -> Apply dialog implemented with 808c43cb4b
also to drag and drop of project files into application executable
This commit is contained in:
parent
288dbfd0d8
commit
44fe3b8a00
4 changed files with 223 additions and 14 deletions
|
@ -149,6 +149,10 @@ 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
|
||||
|
||||
void update();
|
||||
void stop_jobs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue