Skip to content

plug-ins: more consistent ellipsis usage

Anders Jonsson requested to merge ajonsson/gimp:filter-ellipsis into master

Small changes in ellipsis usage for two filters:

  • Difference clouds... takes no further input and doesn't open a dialog, so let's remove the ellipsis like is done e.g for Erode and Dilate.
  • Laplace had no ellipsis, but opens a dialog. Even though that dialog says "no editable properties" it is still possible to change blending options there. I therefore think it is sensible to add an ellipsis, like is already the case for Tile Seamless... which has similar options.

Will make the corresponding adjustments in gimp-help as well if this MR is accepted.

Merge request reports