Fixed accidental typo on last commit.

This commit is contained in:
stambaughw 2009-02-11 19:55:09 +00:00
parent 07bd76a0e8
commit d8a6d16ce4
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void WinEDA_DrawFrame::Zoom_Automatique( bool move_mouse_cursor )
/** Redraw the screen with the zoom level which shows all the page or the board
*/
{
if( GetBaseScreen()->SetZoom( BestZoom() )
if( GetBaseScreen()->SetZoom( BestZoom() ) )
Recadre_Trace( move_mouse_cursor );
}