I am using SmartGWT LGPL version 2025-01-14
I would like to disable double-clicks in my application so I set setNoDoubleClicks to true in my DrawPane.
I don't see a similar method on DrawLine.
But, the setNoDoubleClicks does not seem to be working. I am still only getting one onClick call when I double click on the line. It should be called twice.
See the attached test case.
I would like to disable double-clicks in my application so I set setNoDoubleClicks to true in my DrawPane.
I don't see a similar method on DrawLine.
But, the setNoDoubleClicks does not seem to be working. I am still only getting one onClick call when I double click on the line. It should be called twice.
See the attached test case.
Comment