mirror of https://github.com/CGAL/cgal
cleanup
This commit is contained in:
parent
5069f4d2ec
commit
4dc7e49dcc
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue