mirror of https://github.com/CGAL/cgal
replaced zoom_in, and zoom_out by zoom.
This commit is contained in:
parent
ec0f1a83ae
commit
88565dfefb
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue