
System: Linux Mint 20.1 + Cinnamon DE + Qt 5.12.8

System: Linux Mint 20.1 + Cinnamon DE + Qt 5.12.8
Appending a “bumper” as the last column of the peertablemodel should fix this issue.
In this stale PR - I found that was a reasonable solution.
Appending a “bumper” as the last column of the peertablemodel should fix this issue.
In this stale PR - I found that was a reasonable solution.
https://github.com/bitcoin-core/gui/pull/135/files#diff-e721b02fefce2a90ae95da0841adfdcc610ffccf93236ef236f81c1baead8e01R112 @RandyMcMillan Could that change be separated from #135 into its own bugfix PR?
@RandyMcMillan
Another option is to fix the TableViewLastColumnResizingFixer class.
EDIT: it seems TableViewLastColumnResizingFixer is not used here…
banlistWidget has the same properties as the peerWidget, but the former works without flickering.
@hebasto testing now
One note about this bug is that it happens if that User Agent column is a certain size. If I resize the User Agent column to be smaller, then it doesn’t happen when I got to resize other columns. But, if I bring it back to its original size, the bug shows up.

hebasto
jarolrod
RandyMcMillan
Labels
Bug