Browse Source

make ESC key working under Linux

pull/1/head
charras 16 years ago
parent
commit
56fcad7b72
  1. 2
      pcbnew/dialog_graphic_items_options.cpp

2
pcbnew/dialog_graphic_items_options.cpp

@ -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…
Cancel
Save