This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Lita.Cho
Recipients Lita.Cho, jesstess, ned.deily, terry.reedy
Date 2014-07-06.22:00:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404684007.68.0.467660877186.issue21597@psf.upfronthosting.co.za>
In-reply-to
Content
?! After debugging for awhile, I got it so that PanedWindow doesn't cause the rightmost widget to tear! I had to disable the resizing binding on Turtle to make it work. 

However, now it seems like the canvas is no longer centered. Is there anyway for me to get around this? Maybe I disable the binding on the demo side and re-adjust the center when we initialize the canvas?

I want to make sure it works for you guys first before digging into it.
History
Date User Action Args
2014-07-06 22:00:07Lita.Chosetrecipients: + Lita.Cho, terry.reedy, ned.deily, jesstess
2014-07-06 22:00:07Lita.Chosetmessageid: <1404684007.68.0.467660877186.issue21597@psf.upfronthosting.co.za>
2014-07-06 22:00:07Lita.Cholinkissue21597 messages
2014-07-06 22:00:07Lita.Chocreate