GEGL-Custom-Bevel icon indicating copy to clipboard operation
GEGL-Custom-Bevel copied to clipboard

clang warning shows a bug

Open marcespie opened this issue 2 years ago • 1 comments

Clang warns on line 251 of the plugin, because the else is incorrectly indented I would assume the "else" branch for restorepuff should encompass both statements

marcespie avatar May 07 '23 16:05 marcespie

Yeah, Restorepuff is enabled by default. When it is disabled Custom Bevel and Glossy Balloon run a command that stack multiple duplicate layers of their output on top of each other until all transparency goes away. I am aware the "else if" area is indented incorrectly and I will work on fixing it.

LinuxBeaver avatar May 12 '23 01:05 LinuxBeaver