diff options
Diffstat (limited to 'Preferences.h')
-rw-r--r-- | Preferences.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Preferences.h b/Preferences.h index 88cd590..96ae4ca 100644 --- a/Preferences.h +++ b/Preferences.h @@ -21,7 +21,8 @@ public: CGAL_FACE_BACK_COLOR, CGAL_EDGE_FRONT_COLOR, CGAL_EDGE_BACK_COLOR, - CGAL_EDGE_2D_COLOR + CGAL_EDGE_2D_COLOR, + CROSSHAIR_COLOR }; void setColor(RenderColor idx, const QColor &color) { this->colormap[idx] = color; } const QColor &color(RenderColor idx) { return this->colormap[idx]; } |