removed redraw from the zoom and the history actions.

Everything was drawn twice.
This commit is contained in:
Radu Ursu 2002-09-13 15:34:03 +00:00
parent a73f20cd1f
commit b9d02e81de
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ namespace CGAL {
};
void Qt_widget_standard_toolbar::zoomin()
{
widget->zoom(2);
widget->zoom(2); //
}
void Qt_widget_standard_toolbar::zoomout()
{