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:
authorDavid Kocik <kocikdav@gmail.com>2019-12-18 12:45:16 +0300
committerDavid Kocik <kocikdav@gmail.com>2019-12-18 12:45:16 +0300
commitdf36a7dcb2884480cf4ee6476c2ec67050768d25 (patch)
tree7aa23e76dbb45cb5627ff2db1472391605fe0fa7 /src/slic3r/GUI/wxExtensions.hpp
parent1fa464af9653aa739e814fd8835c7ad52fdc4394 (diff)
parent8795f7dba86d0a7c08946be0d61513673c3d297e (diff)
merge with master
Diffstat (limited to 'src/slic3r/GUI/wxExtensions.hpp')
-rw-r--r--src/slic3r/GUI/wxExtensions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/wxExtensions.hpp b/src/slic3r/GUI/wxExtensions.hpp
index ebed49efe..390dafab9 100644
--- a/src/slic3r/GUI/wxExtensions.hpp
+++ b/src/slic3r/GUI/wxExtensions.hpp
@@ -965,7 +965,7 @@ private:
bool operator<(const TICK_CODE& other) const { return other.tick > this->tick; }
bool operator>(const TICK_CODE& other) const { return other.tick < this->tick; }
- int tick;
+ int tick = 0;
std::string gcode = Slic3r::ColorChangeCode;
int extruder = 0;
std::string color;