]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.cpp
no message
[wxWidgets.git] / samples / notebook / notebook.cpp
index b69850bd96240e9ab760094d8625f80f08402d6e..5762ffffcf5036c4918d20bfd967f40548602dbc 100644 (file)
@@ -47,7 +47,7 @@ bool MyApp::OnInit()
 
   // Problem with generic wxNotebook implementation whereby it doesn't size properly unless
   // you set the size again
-#if defined(__WIN16__)
+#if defined(__WIN16__) || defined(__WXMOTIF__)
   int width, height;
   frame->GetSize(& width, & height);
   frame->SetSize(-1, -1, width, height);