Eescheam: plot HPGL: add comments and minor fix.

This commit is contained in:
jean-pierre charras
2012-09-18 10:39:56 +02:00
parent 5590e1ebf5
commit c3ecce2ec6
3 changed files with 260 additions and 80 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ void DIALOG_PLOT_SCHEMATIC::initDlg()
// Set plot or not frame reference option
m_config->Read( PLOT_FRAME_REFERENCE_KEY, &tmp, true );
setPlotFrameRef( true );
setPlotFrameRef( tmp );
// Set HPGL plot origin to center of paper of left bottom corner
m_config->Read( PLOT_HPGL_ORIGIN_KEY, &tmp, false );