diff options
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); |