Re: Possible bug in wxGlade 9.0b1 for wxPython
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 25.12.2018 07:34, William Luitje wrote: > In looking at the generated code I noticed that the old wxGlade > generated the line > > self.grdSCGallery.SetMinSize((-1, -1)) > > in the GUI initialization for the grid, whereas the new code did not. > I tried inserting this line after the end of the wxGlade generated > initialization code and the application then worked as it used to. There was certainly no intended change about this. I could not reproduce this here with a simple .wxg file containing just a Frame, Sizer and Grid. Would you mind mailing me a minimal sample where you see the difference between 0.7.0 and 0.9.0? As workaround, you can go to Properties -> Code -> "Extra properties..." and enter this pair: MinSize (-1, -1) Maybe, you had this in your old file and the import into 0.9.0 has dropped it. Anyway, I will look into it and fix either import or code generation. > BTW I like the single window version of wxGlade, even in its beta > state. Thank you for that. I'm glad you like it. The beta version needs a fix when clicking into SpinCtrls in the Design window and also for your Grid problem. When this is done, it's probably ready for release. Regards, Dietmar _______________________________________________ wxGlade-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxglade-general