make ESC key working under Linux
This commit is contained in:
parent
e85cf2e0c4
commit
56fcad7b72
|
@ -64,6 +64,8 @@ DIALOG_GRAPHIC_ITEMS_OPTIONS::~DIALOG_GRAPHIC_ITEMS_OPTIONS( )
|
|||
|
||||
void DIALOG_GRAPHIC_ITEMS_OPTIONS::initValues()
|
||||
{
|
||||
SetFocus();
|
||||
|
||||
/* Drawings width */
|
||||
AddUnitSymbol( *m_GraphicSegmWidthTitle );
|
||||
PutValueInLocalUnits( *m_OptPcbSegmWidth,
|
||||
|
|
Loading…
Reference in New Issue