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 serhiy.storchaka
Recipients Alan Moore, serhiy.storchaka, terry.reedy
Date 2018-02-07.20:34:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This is because of HiDPI display. Mouse events are generated with pixel coordinates (x=width - 5, y=5), but these coordinates are out of a button on scaled widget.
History
Date User Action Args
2018-02-07 20:34:18serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, Alan Moore
2018-02-07 20:34:18serhiy.storchakasetmessageid: <[email protected]>
2018-02-07 20:34:18serhiy.storchakalinkissue32585 messages
2018-02-07 20:34:18serhiy.storchakacreate