It happens when the mouse leaves the table from a hovered cell.
In this case we do not receive a cellEntered event from another cell that disables the Button overlay.
Now I can also confirm it on somehow on Ubuntu.
If I leave the cell over the left table border, during resizing the cell is painted delayed. When I leave the cell crossing other cells it paints normally.
Got it: /github. com/mixxxdj/ mixxx/blob/ f2d670edeb483ef b066bf7f00255d0 1df2f0017c/ src/library/ previewbuttonde legate. cpp#L184
https:/
It happens when the mouse leaves the table from a hovered cell.
In this case we do not receive a cellEntered event from another cell that disables the Button overlay.
I have found this post with a suggested workaround: /www.qtcentre. org/threads/ 26044-QAbstract ItemView- entered- signal- where-is- QAbstractItemVi ew-left- signal
https:/
Now I can also confirm it on somehow on Ubuntu.
If I leave the cell over the left table border, during resizing the cell is painted delayed. When I leave the cell crossing other cells it paints normally.