Notes |
|
|
Right, IIRC some buttons behave as they should. Must have been those first couple buttons that were added that slipped though the cracks. |
|
|
|
Mike, can you advice as to which signal would be the best solve this problem? |
|
|
|
clicked() is proper, not mousePressed. This handles the case where you click down, move off and release, and does not trigger in that situation. |
|
|
|
commit 7637a6f4fe775f60c55c3cd2d2202bcc2739952e
Author: Sean Keys <skeys@athenawave.com>
Date: Wed Nov 27 15:10:13 2013 -0700
[514] Fixed as per Mikes suggestion. I'm going to assume
that's as good as it gets within reason. |
|