Gerbview: added: image polarity, axis select, layer rotation. Code cleanup.

This commit is contained in:
jean-pierre charras
2010-10-16 16:51:22 +02:00
parent 9ec8d53604
commit a8ebad2fc4
25 changed files with 530 additions and 388 deletions
+2 -2
View File
@@ -124,9 +124,9 @@ int WinEDA_GerberFrame::Read_D_Code_File( const wxString& D_Code_FullFileName )
int type_outil;
if( g_GERBER_List[layer] == NULL )
g_GERBER_List[layer] = new GERBER( this, layer );
g_GERBER_List[layer] = new GERBER_IMAGE( this, layer );
GERBER* gerber = g_GERBER_List[layer];
GERBER_IMAGE* gerber = g_GERBER_List[layer];
/* Updating gerber scale: */