if ( !MSWCreateControl(PROGRESS_CLASS, wxEmptyString, pos, size) )
return false;
if ( !MSWCreateControl(PROGRESS_CLASS, wxEmptyString, pos, size) )
return false;
{
// VZ: no idea where does 28 come from, it was there before my changes and
// as nobody ever complained I guess we can leave it...
{
// VZ: no idea where does 28 come from, it was there before my changes and
// as nobody ever complained I guess we can leave it...
- if (HasFlag(wxGA_HORIZONTAL))
- return wxSize(100, 28);
+ if (HasFlag(wxGA_VERTICAL))
+ return wxSize(28, 100);