https://bugs.kde.org/show_bug.cgi?id=493707
--- Comment #6 from rekh...@gmail.com --- My understanding right now is that when we remove a row the textbox and spinbox change to empty. This triggers a nameValueChanges and 2 time value changes. (the 0 time also triggers a time change to 1 on both of these). Because when we get this we just change the value in the current selection, we change the next row down, because it's selected, even though it's a temporary selection in the case of moving an item. I'm not sure why it's behaving differently than it used to but I wouldn't be surprised if it's related to qt6? (I'm new to qt!) Seems like somewhere the logic needs to change to break this loop of item changed->ui changed -> item changed. -- You are receiving this mail because: You are watching all bug changes.