about summary refs log tree commit diff stats
path: root/ext/wittle_generator/Generate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wittle_generator/Generate.cpp')
-rw-r--r--ext/wittle_generator/Generate.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/wittle_generator/Generate.cpp b/ext/wittle_generator/Generate.cpp index ed5f2f5..a5c0af9 100644 --- a/ext/wittle_generator/Generate.cpp +++ b/ext/wittle_generator/Generate.cpp
@@ -136,6 +136,10 @@ void Generate::initPanel() {
136 if (pathWidth != 1) 136 if (pathWidth != 1)
137 _panel->pathWidth = pathWidth; // Init path scale. "1" is considered the 137 _panel->pathWidth = pathWidth; // Init path scale. "1" is considered the
138 // default, and therefore means no change. 138 // default, and therefore means no change.
139
140 if (hasFlag(Config::WriteInvisible)) {
141 _panel->SetInvisibleSymmetry(true);
142 }
139} 143}
140 144
141// Place a specific symbol into the puzzle at the specified location. The 145// Place a specific symbol into the puzzle at the specified location. The