- long style = wxTAB_TRAVERSAL | wxNO_BORDER)
- : wxPanel(parent, id, pos, size, style,
+ long style = 0)
+ // Always add the wxTAB_TRAVERSAL and wxNO_BORDER styles to what comes
+ // from the XRC if anything.
+ : wxPanel(parent, id, pos, size, style | wxTAB_TRAVERSAL | wxNO_BORDER,