jacobpalm / costa

The Costa Graphical User Interface for MS-DOS and compatible systems
https://costa.jacobpalm.dk/
MIT License
103 stars 7 forks source link

Icon Editor draws a transparent pixel when mouse button is lifted #12

Closed jacobpalm closed 6 years ago

jacobpalm commented 6 years ago

Sometimes, when the left mouse button is released, the icon editor mistakenly thinks that the right mouse button has been clicked and draws a transparent pixel.

jacobpalm commented 6 years ago

Fixed in 1.2.0. Editor now has an explicit check for right mouse button clicks, rather than assuming that all clicks other than left is right (such as third button clicks).