Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2020-01-23 17:07:31 +0300
committerYuSanka <yusanka@gmail.com>2020-01-23 18:11:21 +0300
commit5ff8ae955be3dfcae2387fe04386ee40ec868598 (patch)
tree495b376960bdf9dac2eac31275100ea44813ff38 /src/slic3r/GUI/ExtruderSequenceDialog.hpp
parent1ed313ab7983bed9a1911da153ce2e3e0b473d6f (diff)
Implemented editing for extruder of existing ToolChangeCode tick
+ Code refactoring: DoubleSlider is extracted from wxExtensions
Diffstat (limited to 'src/slic3r/GUI/ExtruderSequenceDialog.hpp')
-rw-r--r--src/slic3r/GUI/ExtruderSequenceDialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/ExtruderSequenceDialog.hpp b/src/slic3r/GUI/ExtruderSequenceDialog.hpp
index 3efd9e3a2..97d57ef12 100644
--- a/src/slic3r/GUI/ExtruderSequenceDialog.hpp
+++ b/src/slic3r/GUI/ExtruderSequenceDialog.hpp
@@ -2,7 +2,7 @@
#define slic3r_GUI_ExtruderSequenceDialog_hpp_
#include "GUI_Utils.hpp"
-#include "wxExtensions.hpp"
+#include "DoubleSlider.hpp"
class wxTextCtrl;
class wxFlexGridSizer;