Pcbnew: fix bug Bug #1184362 (Pcbnew losing user (custom) sheet size )

Fix minor issues in print/plot: filename not printed, sheetname incorrect in eeschema
This commit is contained in:
jean-pierre charras
2013-05-27 11:17:37 +02:00
parent 8ccf0320b4
commit b750414561
5 changed files with 17 additions and 14 deletions
+3 -5
View File
@@ -198,11 +198,9 @@ const wxString EDA_DRAW_FRAME::GetXYSheetReferences( const wxPoint& aPosition )
wxString EDA_DRAW_FRAME::GetScreenDesc()
{
wxString msg;
msg << GetScreen()->m_ScreenNumber << wxT( "/" )
<< GetScreen()->m_NumberOfScreens;
return msg;
// Virtual function, in basic function, returns
// an empty string.
return wxEmptyString;
}
// returns the full text corresponding to the aTextbase,