rladstaetter / LogoRRR

A simple and straightforward log viewer that displays the events of interest in a clear and concise visual manner so that you can identify them faster.
https://www.logorrr.app/
Apache License 2.0
116 stars 7 forks source link

Visual glitch in the ListView #240

Closed thejeed closed 4 months ago

thejeed commented 4 months ago

Description The Listview no longer shows the log's text. It seems that its rows have different heights now — see the attached screenshot.

The oddly selected rows (blue) seem to overlap with two other rows (white and grey). The scrollbar to the right is de-attached from the ListView—it doesn't react when you move the handle or use the mouse wheel.

To Reproduce

Unfortunately, I couldn't reproduce the issue yet. But I'll attach the log I analyzed. Prior to the behaviour, I added three filter strings: "ERROR_ONCE," "crash," and "ERROR"

Screenshots

image

Desktop (please complete the following information):

Additional context I analyzed a DCS World crash log. dcs.20240709-085631.log Unfortunately, I couldn't find a LogoRRR log. The USER\AppData\Roaming\LogoRRR folder is empty.

I'll continue to try to reproduce the problem.

thejeed commented 4 months ago

I accidentally used a parallel installation with an outdated version of LogoRRR and couldn't reproduce it with the latest version, so I guess this is fine and I'll close the issue.

Keep up the great work!