This is what it looks like for me in a well known repository. Reproduced both on my desktop dev machine and on my laptop (both Win11):
Notice the horizontal scroll bar and the message column being too wide: [image: 1.png] I scroll to the right, decrease the width of the Message column. Notice that Revision, Action etc are blank, only the message or r29427 is shown: [image: 2.png] When something happens that triggers the screen redraw function the complete row is shown. The redraw in this case was because I moved the mouse over the last row, but it could also be another window partially covering/uncovering that row. [image: 3.png] NB: If starting with a "narrow" Message column and dragging to make it wider but then decreasing width again without releasing the mouse button, the text will reappear. You'd have to release the mouse button to "set" the width of the Message column and then follow the steps above (scroll to the right, drag to decrease width) to get the behavoir above. NB2: Oh. I just realised this behaviour only triggers if the line is partially visible. I was able to adjust the height of the revision listview very precisely so the last line is completely visible but the next line is out of view and in this case the problem doesn't occur - or at least it is not visible. Hope this helps! Kind regards, Daniel tisdag 12 juli 2022 kl. 12:21:56 UTC+2 skrev Stefan: > >> Just noticed: >>> In the revsions panel (right top panel) there is also a graphics issue. >>> If the Message column is adjusted so that the horizontal scroll bar >>> disappears, the content of the newly visible row is not completely updated. >>> >> >> As for this issue, I can reproduce it, but I don't understand the Windows >> way of redrawing the controls enough to fix the issue. It should be >> something in LogDlg.cpp to force a redrawal of all columns when the size of >> the control has decreased enough that the scrollbar disappears, but I can't >> figure it out. >> > > I can not reproduce this here. Tried with both light and dark mode. The > new row is always shown correctly. > > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/ba97a3a7-fdf3-4425-9933-a2872681f7f7n%40googlegroups.com.
