mirror of https://github.com/CGAL/cgal
removed redraw from the zoom and the history actions.
Everything was drawn twice.
This commit is contained in:
parent
a73f20cd1f
commit
b9d02e81de
|
|
@ -133,7 +133,7 @@ namespace CGAL {
|
|||
};
|
||||
void Qt_widget_standard_toolbar::zoomin()
|
||||
{
|
||||
widget->zoom(2);
|
||||
widget->zoom(2); //
|
||||
}
|
||||
void Qt_widget_standard_toolbar::zoomout()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue