Summary: | Filter view shows doubled count | ||
---|---|---|---|
Product: | [Applications] tellico | Reporter: | Robby Stephenson <robby> |
Component: | general | Assignee: | Robby Stephenson <robby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.3.3 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.3.4 | |
Sentry Crash Report: |
Description
Robby Stephenson
2011-08-31 04:28:47 UTC
Git commit b8590b2860e2fe0d843b2f488e2599e9cef9d2cc by Robby Stephenson. Committed on 31/08/2011 at 06:29. Pushed by rstephenson into branch '2.3'. Don't populate the filter node twice when removing an entry When the filter node was cleared and being repopulated, the rowCount() function would get called in the middle of the repopulation, when would call repopulate again, thus doubling the count. BUG: 281082 FIXED-IN: 2.3.4 M +7 -5 src/models/filtermodel.cpp M +1 -0 src/models/filtermodel.h http://commits.kde.org/tellico/b8590b2860e2fe0d843b2f488e2599e9cef9d2cc |