Commit d8a6d16c authored by stambaughw's avatar stambaughw

Fixed accidental typo on last commit.

parent 07bd76a0
...@@ -67,7 +67,7 @@ void WinEDA_DrawFrame::Zoom_Automatique( bool move_mouse_cursor ) ...@@ -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 /** 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 ); Recadre_Trace( move_mouse_cursor );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment