Browse Source

Fix a crash due to uninitialized variable.

pull/5/merge
jean-pierre charras 8 years ago
parent
commit
1597f31d4b
  1. 1
      pcbnew/layer_widget.h

1
pcbnew/layer_widget.h

@ -103,6 +103,7 @@ public:
state = aState;
tooltip = aTooltip;
changeable = aChangeable;
spacer = false;
}
ROW()

Loading…
Cancel
Save