From b3def8bdfc82d1fce964e84cbd8135feb9311917 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 26 Feb 2018 13:17:56 +0100 Subject: [PATCH] changing SPF_DOCKS in menu actually works --- pattern2.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pattern2.cpp b/pattern2.cpp index 1c918fdf..77d8f609 100644 --- a/pattern2.cpp +++ b/pattern2.cpp @@ -1325,6 +1325,10 @@ namespace patterns { subpattern_flags ^= SPF_FULLSYM; } + else if(uni == '@') { + subpattern_flags ^= SPF_DOCKS; + } + else if(uni == '6' || uni == '7' || uni == '8') { if(whichShape == uni) whichShape = 0; else whichShape = uni;