
System: Linux Mint 20.1 + Cinnamon DE + Qt 5.12.8

System: Linux Mint 20.1 + Cinnamon DE + Qt 5.12.8
Confirming the same happens on macOS 11.1 + Qt 5.15.2
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?
I will take a look - the PR may be too stale.
I should have a fix in a few minutes.
@RandyMcMillan
Another option is to fix the TableViewLastColumnResizingFixer class.
EDIT: it seems TableViewLastColumnResizingFixer is not used here...
Interesting that the 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.
