Remove SHAPE_EDITOR frame types before we forget about them.

They may go back at some point, or they may not....
This commit is contained in:
Jeff Young
2020-06-19 14:10:41 +01:00
parent b779715996
commit a1332d76fe
4 changed files with 0 additions and 7 deletions
-1
View File
@@ -270,7 +270,6 @@ int COMMON_TOOLS::ZoomFitScreen( const TOOL_EVENT& aEvent )
// Leave a bigger margin for library editors & viewers
if( frame->IsType( FRAME_FOOTPRINT_VIEWER ) || frame->IsType( FRAME_FOOTPRINT_VIEWER_MODAL )
|| frame->IsType( FRAME_SHAPE_EDITOR ) || frame->IsType( FRAME_SHAPE_EDITOR_MODAL )
|| frame->IsType( FRAME_SCH_VIEWER ) || frame->IsType( FRAME_SCH_VIEWER_MODAL ) )
{
margin_scale_factor = 1.4;