Commit d60e906a authored by charras's avatar charras
Browse files

doc update.

parent 0cc46a79
Loading
Loading
Loading
Loading
−6 B (153 KiB)

File changed.

No diff preview for this file type.

+58 −742

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -342,7 +342,9 @@ void MODULE::DrawEdgesOnly( WinEDA_DrawPanel* panel, wxDC* DC,
}


/**************************************/
bool MODULE::Save( FILE* aFile ) const
/**************************************/
{
    char        statusTxt[8];
    BOARD_ITEM* item;
+3 −1
Original line number Diff line number Diff line
@@ -71,7 +71,9 @@ TEXTE_MODULE::~TEXTE_MODULE()
}


/*******************************************/
bool TEXTE_MODULE::Save( FILE* aFile ) const
/*******************************************/
{
    MODULE* parent = (MODULE*) GetParent();
    int     orient = m_Orient;
@@ -79,7 +81,7 @@ bool TEXTE_MODULE::Save( FILE* aFile ) const
    if( parent )
        orient += parent->m_Orient;

    int ret = fprintf( aFile, "T%d %d %d %d %d %d %d %c %c %d \"%.16s\"\n",
    int ret = fprintf( aFile, "T%d %d %d %d %d %d %d %c %c %d \"%s\"\n",
            m_Type,
            m_Pos0.x, m_Pos0.y,
            m_Size.y, m_Size.x,