Build fix due to broken last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1249,7 +1249,7 @@ void wxWindow::DoSetSizeIntr(int x, int y, int width, int height,
|
||||
int sizeFlags, bool fromCtor)
|
||||
{
|
||||
// A bit of optimization to help sort out the flickers.
|
||||
int oldX = oldY = oldW = oldH = -1;
|
||||
int oldX = -1, oldY = -1, oldW = -1, oldH = -1;
|
||||
|
||||
if( !fromCtor )
|
||||
{
|
||||
|
Reference in New Issue
Block a user