Cameron White
Cameron White
Correct, I don't think the current approach is that bad (aside from the effects being re-created each time `Render()` is called for a tile, which isn't good for performance). Calling...
Confirmed. I suspect the scrolling issue might be caused by how the panel rebuilds the layers list widget whenever there is a change
Yeah, at the very least I agree that supporting Esc to deselect while you're in a selection tool would be reasonable We'd need to audit how Esc is being used...
I think it'd need some investigation to figure out how hard or easy it would be to integrate, since Pinta is in C# while this is a C library. (If...
Pinta doesn't create any log files, but there would likely be some output if you had launched it from the terminal (if it's a hard crash, this could be crashing...
Please use more respectful language when filing a bug report Some additional details on the issue would be helpful: - Which method did you use to install Pinta? e.g. a...
I think the issue here is that the text tool isn't finalizing the text before selecting / copying. The re-editable shape tools do seem to finalize the shapes as expected...
Looking at this more closely, I'm not sure the text actually needs to be finalized to fix this. The real issue is that the Copy command only includes the primary...
My previous comment was more about implementation details for how Pinta can fix this - I agree that users should just be able to copy and have it work as...
The copy command would still be different from "copy merged", since "copy merged" copies *all* of the layers in the document whereas "copy" only deals with the current layer. However,...