fix problem with eeschema print dialog showing up on missing monitor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user