Fixed disabling the block title for footprint editor printouts
This commit is contained in:
parent
afda69c9cc
commit
ca1687d7ce
|
@ -63,6 +63,13 @@ void DIALOG_PRINT_GENERIC::ForcePrintBorder( bool aValue )
|
|||
{
|
||||
m_titleBlock->SetValue( aValue );
|
||||
m_titleBlock->Hide();
|
||||
|
||||
if( m_config )
|
||||
{
|
||||
m_settings->Load( m_config );
|
||||
m_settings->m_titleBlock = aValue;
|
||||
m_settings->Save( m_config );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue