Re: Another issue with wxGlade
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 12.03.2019 19:57, Igor Korot wrote: > And the environment is the same? > Meaning python and wxPython versions? Yes. The strange thing is that now master passes as well. > What's thew difference between those branches? NEW_STRUCTURE is a complete refactoring of the internal data structure. It should improve maintainability and makes it much easier to understand the internals of wxGlade. Not all is working yet, but most. Code generation etc. passes all test cases, but the widget size handling in the design window is not working correctly 100% yet. From a user point of view the only difference is that e.g. a Panel can be a direct child of a Frame, i.e. no sizer is required inbetween. As long as a sizer is used, it's file compatible with the master branch. It would be nice if you could check whether you see the bug with NEW_STRUCTURE as well. Regards, Dietmar