t-sin / soyboy-sp.vst3

Make some chiptune with penguins.
https://t-sin.github.io/soyboy-sp.vst3/
GNU General Public License v3.0
86 stars 2 forks source link

GUI sometime ignores mouse clicks #4

Closed t-sin closed 2 years ago

t-sin commented 2 years ago

I don't know why...

t-sin commented 2 years ago

It's not caused by ignoring, it's caused by a different positions between the objects are displayed and the objects accepts dragging.

Here is a definitely show that.

soyboy-ignore

Each red rectangle is an area accepts mouse dragging. If we start to drag at its half of top, is out of dragging area, so we fell that the GUI ignores our inputs.

Fixed by https://github.com/t-sin/soyboy-sp.vst3/commit/f3f2d0fd905be5d7a8dc17f2c5573da2f6367d73 .