Pcbnew: fixed bug 2960364
This commit is contained in:
parent
bf841d6f2f
commit
738be4e805
|
@ -3,10 +3,6 @@
|
|||
* this is the wxTreeCtrl that shows a Kicad tree project files
|
||||
*/
|
||||
|
||||
#ifdef KICAD_PYTHON
|
||||
#include <pyhandler.h>
|
||||
#endif
|
||||
|
||||
#include "fctsys.h"
|
||||
#include "common.h"
|
||||
#include "bitmaps.h"
|
||||
|
|
|
@ -108,8 +108,8 @@ DIALOG_DESIGN_RULES::DIALOG_DESIGN_RULES( WinEDA_PcbFrame* parent ) :
|
|||
column0.Clear();
|
||||
column1.Clear();
|
||||
|
||||
column0.SetImage( -1 );
|
||||
column1.SetImage( -1 );
|
||||
column0.SetMask(wxLIST_MASK_TEXT);
|
||||
column1.SetMask(wxLIST_MASK_TEXT);
|
||||
|
||||
column0.SetText( _( "Net" ) );
|
||||
column1.SetText( _( "Class" ) );
|
||||
|
|
Loading…
Reference in New Issue