Posts tagged event handling
Posts tagged event handling
To weeks ago, I told the story of fixing a seemingly trivial bug in Padre, the Perl IDE.
It turned out that the fix was not a complete one: The mouse event handling works differently on Windows. Adam Kennedy found that out and was so kind to fix it.
Lesson learned: Next time I modify GUI code, I will check it on all platforms - or rather try to convince someone to do that, as I do not have Windows …