Browse Source

fix possible incompatibilities of python scripts due to recent code cleaning

6.0.7
jean-pierre charras 5 years ago
parent
commit
30f3d11355
  1. 1
      pcbnew/python/swig/board_item.i

1
pcbnew/python/swig/board_item.i

@ -30,6 +30,7 @@
%include board_item.h // generate code for this interface
%include eda_item_flags.h // generate code for this interface
/* Only for compatibility with old python scripts: */
const int S_SEGMENT = (const int)PCB_SHAPE_TYPE::SEGMENT;

Loading…
Cancel
Save