Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Memo board plugin updated

Fri Jul 15, 2022 10:23 am

All you need to add is your own text message. Please let me know if any errors :)
Image


Update to version 2
**Fixed the Pin color change

Re: Memo board plugin

Fri Jul 15, 2022 11:21 am

Nice!

Re: Memo board plugin

Fri Jul 15, 2022 12:27 pm

Thank you for testing it, Ineke! :tyspin

Re: Memo board plugin

Fri Jul 15, 2022 12:43 pm

Does not change the color of the pin.
Typo on line 433:
No:
Code:
if color==1:

but
Code:
if changeColor==1:

Re: Memo board plugin

Fri Jul 15, 2022 3:37 pm

MareroQ wrote:Does not change the color of the pin.
Typo on line 433:
No:
Code:
if color==1:

but
Code:
if changeColor==1:


Thank you for the catch, MareroQ. :tyspin
Post a reply