rscustom / rocksmith-custom-song-toolkit

Custom song toolkit for Rocksmith and Rocksmith 2014
http://www.rscustom.net/
343 stars 80 forks source link

GameVersion_MouseUp being triggered unintentionally #321

Closed iminashi closed 6 years ago

iminashi commented 6 years ago
  1. Position the Load Template open file dialog so that one of the radio buttons will be below the filename/mouse.
  2. Double click the file.
  3. GameVersion_MouseUp is called and the form is reset.
cozy1 commented 6 years ago

Wow how did you find that bug? After research this is apparently a know issue with VS.

Switched MouseUp to MouseDown to fix bug https://github.com/rscustom/rocksmith-custom-song-toolkit/commit/5f1a2c9b6a88d1be47099c9debcf5a1bddebcf1f

iminashi commented 6 years ago

It actually happened the first time I tried opening a template.

cozy1 commented 6 years ago

@iminashi Guess you got lucky or not. It took me a few tries to reproduce the bug. Thanks