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, serhiy.storchaka, terry.reedy
Date 2014-07-27.04:47:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406436464.29.0.975385506351.issue21933@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Terry,

I originally had txtfont as a list, but I guess I was worried about readability and accessing attributes by indices being unpythonic. But I might have been over-doing it for this case. :)

In Mac, you don't need to divide event.delta by 120, only Windows and X11 systems. This is according to a Stackoverflow answer: http://stackoverflow.com/questions/17355902/python-tkinter-binding-mousewheel-to-scrollbar

But maybe I'm wrong? I've attached my small change.
History
Date User Action Args
2014-07-27 04:47:44Lita.Chosetrecipients: + Lita.Cho, terry.reedy, ned.deily, jesstess, serhiy.storchaka
2014-07-27 04:47:44Lita.Chosetmessageid: <1406436464.29.0.975385506351.issue21933@psf.upfronthosting.co.za>
2014-07-27 04:47:44Lita.Cholinkissue21933 messages
2014-07-27 04:47:44Lita.Chocreate