| Commit-Queue | +1 |
I love the toolbarDominic AustriaGlad you and the toolbar are getting along, but could you update this to be a bit more descriptive of your change?
Done
event.IsLeftMouseButton();Dominic AustriaLooks like you dropped the IsLeftMouseButton check. Just to confirm, is that because NotifyClick only is invoked on left button click, not right button click?
Thanks for flagging. After auditing the code, it seems I have no guarantee that NotifyClick() is not called with just left mouse button clicks, so I added the check that we are pressing the left mouse button from the passed in event
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
event.IsLeftMouseButton();Dominic AustriaLooks like you dropped the IsLeftMouseButton check. Just to confirm, is that because NotifyClick only is invoked on left button click, not right button click?
Thanks for flagging. After auditing the code, it seems I have no guarantee that NotifyClick() is not called with just left mouse button clicks, so I added the check that we are pressing the left mouse button from the passed in event
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Just I am going to merge this after branch for safety I think.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Just I am going to merge this after branch for safety I think.
Nevermind I think this should be pretty safe and revertable
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Dominic AustriaJust I am going to merge this after branch for safety I think.
Nevermind I think this should be pretty safe and revertable
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |