diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-15 13:03:42 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-15 13:03:42 (GMT) |
commit | 4c53f4ec2281b0aeff77ec1bbd91daf6890fbce0 (patch) | |
tree | ae4e6d53a49ebe2e4b4b340b94571e630ec7a0fd /Preferences.h | |
parent | 4e3548fe03cc6ac78381e556d5e8da753759b510 (diff) |
Added CROSSHAIR_COLOR, refactored parts of the public GLView interface
git-svn-id: http://svn.clifford.at/openscad/trunk@313 b57f626f-c46c-0410-a088-ec61d464b74c
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]; } |