X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5982852a065688d1ccd9f72b748352ca96d16c18..01cb68df7c59b33cfdca775a898e36cc2baa58f6:/samples/notebook/notebook.cpp diff --git a/samples/notebook/notebook.cpp b/samples/notebook/notebook.cpp index c2f40aa6d6..1328a8fe7b 100644 --- a/samples/notebook/notebook.cpp +++ b/samples/notebook/notebook.cpp @@ -33,7 +33,7 @@ bool MyApp::OnInit() // Problem with generic wxNotebook implementation whereby it doesn't size // properly unless you set the size again -#if defined(__WIN16__) || defined(__WXMOTIF__) +#if defined(__WXMOTIF__) int width, height; frame->GetSize(& width, & height); frame->SetSize(-1, -1, width, height);