Currently, there's no way in the interface to delete a template without also adding or overwriting one. The menu File->Create Template from image has the option to remove templates. However, if you remove a template, it's only actually removed if you press OK to close that window, which triggers the creation of a new template or overwrite one. If I click Cancel, it cancels removing the template. Possible solution: add a separate dedicated button to add the template instead of when clicking ok, and then clicking ok saves all what is added and/or removed.
Hi, This is still present in latest krita-4.2.0-pre-alpha-a2ae7f3-x86_64.appimage: 1. create a template 2. close 3. new from template (the window appears) 4. select the template to be removed 5. click the "Remove" button Actual Results: in order to make the deletion permanent you will be forced to create a new file. Expected: just delete the template with the "Remove" button.
Git commit 7f3ce472e9b118911fe30cfc3c1e8943b505dfd0 by Agata Cacko. Committed on 16/09/2019 at 16:47. Pushed by tymond into branch 'master'. Fix removing templates in Create template dialog Before this commit, removing templates in Create template dialog was possible only when clicking OK - which meant that you had to create one template to remove another. Now they are removed completely as soon as the user confirms their will to remove them. M +1 -1 libs/ui/KisTemplateCreateDia.cpp https://invent.kde.org/kde/krita/commit/7f3ce472e9b118911fe30cfc3c1e8943b505dfd0
Git commit f90efafce4592e23d470d20514c418e31dd9e385 by Agata Cacko. Committed on 23/09/2019 at 11:19. Pushed by tymond into branch 'krita/4.2'. Fix removing templates in Create template dialog Before this commit, removing templates in Create template dialog was possible only when clicking OK - which meant that you had to create one template to remove another. Now they are removed completely as soon as the user confirms their will to remove them. M +1 -1 libs/ui/KisTemplateCreateDia.cpp https://invent.kde.org/kde/krita/commit/f90efafce4592e23d470d20514c418e31dd9e385