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.cc | |
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.cc')
-rw-r--r-- | Preferences.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Preferences.cc b/Preferences.cc index cf3ac55..f098ab4 100644 --- a/Preferences.cc +++ b/Preferences.cc @@ -35,6 +35,7 @@ Preferences::Preferences(QWidget *parent) : QMainWindow(parent) this->colormap[CGAL_EDGE_FRONT_COLOR] = QColor(0xff, 0x00, 0x00); this->colormap[CGAL_EDGE_BACK_COLOR] = QColor(0xff, 0x00, 0x00); this->colormap[CGAL_EDGE_2D_COLOR] = QColor(0xff, 0x00, 0x00); + this->colormap[CROSSHAIR_COLOR] = QColor(0x80, 0x00, 0x00); QActionGroup *group = new QActionGroup(this); group->addAction(prefsAction3DView); |