diff options
author | John Moffett <john.moff@gmail.com> | 2023-01-26 10:19:11 -0500 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-02-20 17:15:38 +0000 |
commit | b7e242ecb3aa0074aea753e5bc9f8d22674e8294 (patch) | |
tree | deccb513ff811ea965934f2fcada82cb734015b2 /doc/release-notes/release-notes-0.8.1.md | |
parent | cff67180b3ba9ab53e01d44769059aa5559c01f7 (diff) |
Correctly limit overview transaction list
The way that the main overview page limits the number
of transactions displayed (currently 5) is not
an appropriate use of Qt. If it's run with a DEBUG
build of Qt, it'll result in a segfault in certain
relatively common situations. Instead of artificially
limiting the rowCount() in the subclassed proxy
filter, we hide/unhide the rows in the displaying
QListView upon any changes in the sorted proxy filter.
Github-Pull: bitcoin-core/gui/pull/704
Rebased-From: 08209c039ff4ca5be4982da7a2ab7a624117ce1a
Diffstat (limited to 'doc/release-notes/release-notes-0.8.1.md')
0 files changed, 0 insertions, 0 deletions