Dan

Results 38 comments of Dan

Im not able to reproduce this can you add more info and or screenshots of your setup?

I noticed this as well. Can you test to confirm if it's still the same as the pre-release from here? Since I moved to this, is it no longer slow?...

Love this idea. ❤️

This is implemented via https://github.com/greenshot/greenshot/pull/736

To clarify, you would like there to be an "Open in Greenshot Editor" context menu?

The scrolling issue appears more complex and may be due to performance when scrolling with filters applied. The crash is due to needing a null check before line 78 in...

I have created a pull request to partially fix this issue ( the crash, not the performance issue as this is a much larger issue)

@96273 would you be able to keep the crash issue in this issue report and break out the scrolling performance issue into a separate issue please so each can be...

My understanding from what I found The code tries to grab something (`PreparedFilter`) and immediately use it. After you undo something, that storage is empty (null). The code grabs nothing,...