diff options
author | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-05-20 10:17:58 (GMT) |
---|---|---|
committer | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-05-20 10:22:36 (GMT) |
commit | 65a673f7ab1955e277246e4c88bec46493265cf3 (patch) | |
tree | b5fe59da87a422682b2f7eaec2c66a6b5d605877 /dist | |
parent | 16f44ee07db46ad362a464afc2c6e6567c933870 (diff) | |
download | Qt-65a673f7ab1955e277246e4c88bec46493265cf3.zip Qt-65a673f7ab1955e277246e4c88bec46493265cf3.tar.gz Qt-65a673f7ab1955e277246e4c88bec46493265cf3.tar.bz2 |
QPushButton's click area exceeds the button area by far on Mac OS X
The problem is the "rounding" of buttons in OSX. To achieve this we
add some padding to the buttons, therefore creating an inner rect for
the widget. The common hitButton(...) method found in QAbstractButton
just checks the normal rect of the widget. What this patch does is to
reimplement hitButton(...) in QPushButton, but only for the Mac case.
In this reimplemented method I calculate the inner rect and check if
the hit point is inside that rect or not.
Task-number: QTBUG-10401
Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'dist')
0 files changed, 0 insertions, 0 deletions