From afa768436930e173553a2224ead9f84d6c001ea8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 16 Oct 2017 00:43:23 +0200 Subject: [PATCH] highlight mode (Alt) no longer clears the marker --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index cce4c530..2546d7d3 100644 --- a/graph.cpp +++ b/graph.cpp @@ -4504,7 +4504,7 @@ void queuecircleat(cell *c, double rad, int col) { void drawMarkers() { - if(darken || !(cmode & sm::NORMAL)) return; + if(!(cmode & sm::NORMAL)) return; if(!inHighQual) {