nikobojs / manuscrape_electron

ManuScrape desktop app for Windows 11
5 stars 2 forks source link

When taking a screenshot the grey overlay is also recorded. #52

Closed Mod-lab-stoff closed 11 months ago

Mod-lab-stoff commented 11 months ago

When screenshotting, and not when scrollshotting, the picture has a gray tint much like the overlay, that fills the active monitor when taking screenshot snippets.

nikobojs commented 11 months ago

Oh no, that sounds critical... Do you think it could actually be the overlay? Will try to reproduce, fix and release today.

Mod-lab-stoff commented 11 months ago

yes it looks like it. Here is an example from onenote with a white background

new image link: image

nikobojs commented 11 months ago

this commit will ensure the background overlay is not drawn after drag release.

this commit will remove opacity from the thumbnail in the observation window. Not sure if it looks better, but it makes more sense anyway.

nikobojs commented 11 months ago

Please verify if v1.0.4 (requires reinstall) fixes the problem

Mod-lab-stoff commented 11 months ago

Hey Niko i installed v1.0.4, Now when i take a screenshot i get this message instead. image

Also noticed, that when i take a screenshot from the top pixel it drags the edge of the overlap down instead. Don't know if its a bug or a feature.

nikobojs commented 11 months ago

Interesting. Not getting this error myself, but I have changed the line according to the error msg. Can you test again? :pray: (no need to reinstall)

Mod-lab-stoff commented 11 months ago

It works now and the color is fixed!

thanks!