extra sized dialogs under win32

Tim Tucker ttucker at mtu.edu
Sun Aug 6 21:34:58 PDT 2006


I'd thought about posting on this myself.  Would have replied sooner, but apparently my subscription to the list was no longer active.

I think I've tracked down the difference that's causing dialogs to show up larger than they should, though.

In wxPython 2.6, these seemed to be pretty much equivalent:

Method A:
self.SetSizer( sizer )
self.Fit()

Method B:
self.SetSizerAndFit( sizer )

In 2.7, however, Method B results in the same size as under 2.6, but Method A results in a larger size.

Not sure why the difference is there, but that does seem to be the difference.

Tim
tim at timtucker.com





More information about the wxpython-dev mailing list