fix problem with eeschema print dialog showing up on missing monitor

This commit is contained in:
Dick Hollenbeck
2012-08-15 12:55:48 -05:00
parent 6bb2fce7d9
commit 367bfb4e14
7 changed files with 934 additions and 934 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ bool BASE_SCREEN::SetZoom( double iu_per_du )
if( iu_per_du == m_Zoom )
return false;
wxLogDebug( "Zoom:%.16g 1/Zoom:%.16g", iu_per_du, 1/iu_per_du );
//wxLogDebug( "Zoom:%.16g 1/Zoom:%.16g", iu_per_du, 1/iu_per_du );
if( iu_per_du < GetMinAllowedZoom() )
return false;