Cameron White
Cameron White
It looks like there are some merge conflicts, so I suspect your branch is behind the latest `master` branch? I wasn't able to reproduce the `Finalize state is still in...
This is somewhat related to #1232 which is for configuring the interpolation mode in the Resize Image dialog, so exposing similar options in the Move Selected Pixels tool would be...
Refactored `ResourceManager` so that most of its methods return instead of having an `out` parameter
The exception handling seems inconsistent here - some of the helper methods no longer catch exceptions (leaving it to the caller), while other still catch and log their exceptions My...
Can anyone else reproduce this? I haven't seen any bug reports along these lines before
This sounds very similar to #1476, if it's that black border around the dialog you're referring to?
> Here, it appears to be the regular border just changing color Assuming you took the screenshot over a blank white canvas, that large black border around the dialog shouldn't...
This sounds like a file permission error. Do you have permission to write to that `/run/user/...` path (or are you using snap / flatpak where the sandboxing may be interfering?
These are good points - @PabloRufianJimenez any thoughts on this? My two cents: - Dashed lines should be used to indicate a selection, like the icon for the rectangle select...
> moved to its own class so that other effects are able to use it without creating the effect itself I'd like it to be easy to compose effects from...
> Why not both, though? I don't think it's inherently wrong to have an algorithm in its own class, but I don't want to **have** to do this for every...