Cameron White
Cameron White
Confirmed, it happens fairly reliably for me when pressing the OK button. Pressing Enter instead seemed to work, likely because that finishes editing the text box first before closing the...
For Pinta we do have the `[STAThread]` attribute set for the main thread (https://github.com/PintaProject/Pinta/blob/986075074787ea8fdba4dafae9fa3f9c5736e12d/Pinta/Main.cs#L38) so the `Failed to set the specified COM apartment state. Current apartment state 'STA'` error message...
I think I'm generally in agreement with these suggestions, whether it ends up being a hamburger menu or some right-click actions in the layer panel - most of the actions...
One thought that came to mind while testing out #1588 is that if the Add Layer button turns into a menu button (e.g. https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1-latest/style-classes.html#toolbars), that could be a reasonable way...
Yes that's a good point about mis-clicks, so having it farther from other buttons would make sense
That could perhaps be implemented as a custom brush type? (which can be done via add-ins)
> Would you say it would be better as an add-in or as a core functionality? I don't necessarily have a good answer at this point. But I think we...
Thanks for the report! This is the `Feather Object` tool in English I haven't been able to reproduce this yet, but I wonder if it's a bug when the effect...
If it's possible to record a quick video of the issue happening, that might be helpful in case there's some specific UI action that causes it. It sounds like it's...
Thanks! I think having the invisible layer selected is likely the issue - the effect is applied to the current selected layer, so if it's invisible you wouldn't see any...