replaced zoom_in, and zoom_out by zoom.

This commit is contained in:
Radu Ursu 2002-05-07 11:54:57 +00:00
parent ec0f1a83ae
commit 88565dfefb
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ namespace CGAL {
}
void Qt_widget_standard_toolbar::zoomout()
{
widget->zoom(1/2);
widget->zoom(0.5);
widget->redraw();
}
void Qt_widget_standard_toolbar::back()