https://bugs.kde.org/show_bug.cgi?id=441530
--- Comment #1 from Andreas <[email protected]> --- The issue is evidently in EventViews::ListView here https://github.com/KDE/eventviews/blob/master/src/list/listview.cpp There is a hard coded sort order via d->mTreeWidget->sortItems(StartDateTime_Column, Qt::AscendingOrder); in ListView::updateView() probably causing this behaviour. The order should probably be set to StartDateTime_Column only initially. I only do not know what else depends on this as it looks like a conscious decision. -- You are receiving this mail because: You are the assignee for the bug.
