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()
|
void DIALOG_GRAPHIC_ITEMS_OPTIONS::initValues()
|
||||||
{
|
{
|
||||||
|
SetFocus();
|
||||||
|
|
||||||
/* Drawings width */
|
/* Drawings width */
|
||||||
AddUnitSymbol( *m_GraphicSegmWidthTitle );
|
AddUnitSymbol( *m_GraphicSegmWidthTitle );
|
||||||
PutValueInLocalUnits( *m_OptPcbSegmWidth,
|
PutValueInLocalUnits( *m_OptPcbSegmWidth,
|
||||||
|
|
Loading…
Reference in New Issue