Skip to content

Issue #1104: Add an 'Allow resizing' toggle to Decor > Add Border

Alx Sa requested to merge addborder-resize-toggle into master

This is a small API update to @schumaml's patch for issue #1104 (closed).

The patch was posted and reviewed in 2017. The patch itself was considered to be good; the main issues seemed to be:

  1. Creating a second procedure to prevent conflict with the existing one
  2. Attribution of authors and a minor typo in the commit message.

Since the API can be changed/broken before 3.0, that should take care of the first concern. I added comma-separated attribution as I've seen in other plug-ins such as file-ico to address the second. I also fixed the typo in the commit message and updated a few API calls (e.g. "gimp-image-width" to "gimp-image-get-width").

Hope this is okay! I just didn't want to see a good patch not make it in before 3.0. 😄

Merge request reports