This commit is contained in:
Efi Fogel 2007-07-23 10:56:32 +00:00
parent 5069f4d2ec
commit 4dc7e49dcc
2 changed files with 3 additions and 1 deletions

View File

@ -388,7 +388,7 @@ void MyWindow::updateTraitsType( QAction *action )
//initialize the new tab widget
*widget << CGAL::LineWidth(2);
widget->setBackgroundColor(def_bg_color);
widget->setMouseTracking(TRUE);
widget->setMouseTracking(TRUE);
connect(widget, SIGNAL(new_cgal_object(CGAL::Object)),
this, SLOT(get_new_object(CGAL::Object)));
widget->attach(testlayer);

View File

@ -17,7 +17,9 @@
//
// Author(s) : Michal Meyerovitch <gorgymic@post.tau.ac.il>
// Ron Wein <wein@post.tau.ac.il>
// Efi Fogel <efif@post.tau.ac.il>
// (based on old version by Ester Ezra)
#ifndef CGAL_IO_ARRANGEMENT_2_WRITER_H
#define CGAL_IO_ARRANGEMENT_2_WRITER_H