Another issue with wxGlade
Igor Korot <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <CA+FnnTyHy7Q0q=ENoXpyMGo6cfYZR4f+dr9J5pwaXEYM3pExhA@mail.gmail.com> |
Hi, I just cloned wxGlade and tried to creare a simple layout. So I added the wxDialog, put a sizer on it and then wxPanel on that sizer. Then I tried to put a sizer on this panel, but made a mistake. So I tried to do a right click on that sizer and do "Remove" - nothing happened. Sizer was still there. Then I tried to add a slot to that sizer - again nothing happed. This is the Git HEAD on OSX 10.8. So after removal the sizer is still on the tree and it is visible on the dialog. And when I tried to add slots - no slots are added. Thank you.