Skip to content

Issue #175 - Update erase-rows.scm to allow a user-specified number of rows to skip....

Nikc requested to merge (removed):patch-1 into master

(Proposed Fix for issue #175 (closed)) Update erase-rows.scm create new function script-fu-erase-nth-rows allowing a user-specified number of rows to skip. Original function script-fu-erase-rows is retained as a call to the general method with nth = 2 to reduce duplicated code.

Merge request reports