Fix Eeschema plot dialog escape key handling bug on some Linux distros.
This commit is contained in:
parent
0e4bb20e3c
commit
348b7de4ab
|
@ -77,8 +77,6 @@ DIALOG_PLOT_SCHEMATIC::DIALOG_PLOT_SCHEMATIC( SCH_EDIT_FRAME* parent ) :
|
|||
// Initialize the dialog options:
|
||||
void DIALOG_PLOT_SCHEMATIC::initDlg()
|
||||
{
|
||||
SetFocus(); // make the ESC work
|
||||
|
||||
// Set paper size option
|
||||
m_PaperSizeOption->SetSelection( m_pageSizeSelect );
|
||||
|
||||
|
|
Loading…
Reference in New Issue