All: use a S expression to describe the page layout (title block and grid references). Work in progress.
This should allow users to define their own page layout.
This commit is contained in:
@@ -519,6 +519,7 @@ int EDA_BASE_FRAME::WriteHotkeyConfig( struct EDA_HOTKEY_CONFIG* aDescList,
|
||||
if( file )
|
||||
{
|
||||
fputs( TO_UTF8( msg ), file );
|
||||
fclose( file );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user