Minor GUI glitches [FIXED]

Questions, glitches, bugs and crashes
Locked
sasha
Posts: 168
Joined: Wed Feb 17, 2016 4:59 pm

Minor GUI glitches [FIXED]

Post by sasha » Wed Apr 05, 2017 12:14 pm

In build 2118, but also in recent previous ones, I noticed occasional glitches in the GUI. I didn't figure out how to reproduce them, but here's a screenshot:
nc_glitch.png
nc_glitch.png (72.99 KiB) Viewed 7535 times
Mostly, it's lines or borders that are drawn a bit off. The glitches remain even if I change the CWD. If I resize the window, they vanish and everything looks ok again. Sometimes it just concerns a few lines, sometimes the whole window.

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Minor GUI glitches

Post by mike » Fri Apr 07, 2017 2:20 am

Hmm.. this looks like an aliasing issue - when drawing a line on a non-integer coordinate, like 42.5.
Will check this out.

sasha
Posts: 168
Joined: Wed Feb 17, 2016 4:59 pm

Re: Minor GUI glitches

Post by sasha » Fri Apr 07, 2017 8:10 am

Here's another example of the glitch:
nc_glitch.png
nc_glitch.png (138.73 KiB) Viewed 7523 times

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Minor GUI glitches

Post by mike » Mon Apr 17, 2017 6:37 am

Have worked on this issue, it should be gone now, but can't be 100% sure since I wasn't able to fully reproduce it.

sasha
Posts: 168
Joined: Wed Feb 17, 2016 4:59 pm

Re: Minor GUI glitches [FIXED]

Post by sasha » Thu Aug 31, 2017 1:38 pm

For what it's worth, the glitch is still present in Build 2382. Can't reproduce it, but I have a feeling that it occurs sometimes after waking waking up the system from standby. Also, it occurs across the different themes. Resizing the main window makes it disappear.
nc_glitch.png
nc_glitch.png (52.17 KiB) Viewed 7100 times

Locked