From 511d0be9c32a512d6acfe357fe8120de2adcbc05 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 21 Mar 2016 15:33:04 +0100 Subject: [PATCH] Complete the renaming of a parameter This caused layer view to break down. Probably contributes to issue CURA-1208. --- cura/LayerData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/LayerData.py b/cura/LayerData.py index dc9b4faa0e..4fd669840a 100644 --- a/cura/LayerData.py +++ b/cura/LayerData.py @@ -177,7 +177,7 @@ class Polygon(): self._data = data self._line_width = line_width / 1000 - self._color = self.__color_map[type] + self._color = self.__color_map[polygon_type] def build(self, offset, vertices, colors, indices): self._begin = offset