Corrected some more docs,

Corrected size of spinbutton
  wxWindow::PopUp() now doesn't return control
    to the program until the menu disappears as
    it is documented and done by wxMSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-07-27 21:46:34 +00:00
parent 4dcaf11a7b
commit 2259e00789
9 changed files with 67 additions and 35 deletions

View File

@@ -98,7 +98,7 @@ bool wxSpinButton::Create(wxWindow *parent,
if (new_size.y == -1)
new_size.y = 30;
if (!PreCreation( parent, pos, size ) ||
if (!PreCreation( parent, pos, new_size ) ||
!CreateBase( parent, id, pos, new_size, style, wxDefaultValidator, name ))
{
wxFAIL_MSG( _T("wxXX creation failed") );