a-dekker / smpc

Official port of Qt/Qml based qmobilempd MPD Client. (From symbian)
Other
4 stars 7 forks source link

Strange behavoir in removing items from playlist #21

Closed a-dekker closed 4 years ago

a-dekker commented 4 years ago
fuchsmich commented 4 years ago

I think, I know the reason for the second issue. Will be fixed. The first one I have to investigate.

a-dekker commented 4 years ago

fixed by https://github.com/a-dekker/smpc/commit/0c2ffec5a4fb135885eecdebb68d53943cf57242

The unneeded speedscroller (playlists should not be extremely long) that was activated blocked the confirmation cross. For the second issue I set mDeleteRemorseRunning to false after remove, so it also works after cancellation. For the record, I can't really see the use of this boolean, I can't see it block any unwanted situation, but anyway, it should work now.