westcoj / SKHub-1.0

Repo for CS Capstone Project
0 stars 0 forks source link

Fix Slider on click #37

Open westcoj opened 5 years ago

westcoj commented 5 years ago

Currently clicking on the play slider won't jump the song to that location, instead it causes some weird feedback. Either the widget needs to be swapped or this should be fixed.

westcoj commented 5 years ago

Easily fixed by following tutorial. I'm wondering if the odd issue is from the timer constantly updating the slider value via the tell method. It works now but I may look into simpler fixes.