You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like even though we set the size of the widget to the current's desktop size (https://github.com/yeahitsjan/pawxel/blob/develop/source/sniparea.cpp#L16) the geometry isn't set to the top left point of the whole desktop. When we set the geometry manually to the top left point, we get our snip area to draw over the second screen but directing back to the primary screen (probably because QPixmap::grabWindow is deprecated).
Windows-specific. When changing the display setup from 1 to 2 displays the SnipArea is not drawn over both displays.
The text was updated successfully, but these errors were encountered: