// move the window to this position (keeping the old size but using
// SetSize() and not Move() to allow xNew and/or yNew to be -1)
- SetSize(xNew, yNew, -1, -1, wxSIZE_ALLOW_MINUS_ONE);
+ SetSize(xNew, yNew, width, height, wxSIZE_ALLOW_MINUS_ONE);
}
// fits the window around the children