lightweight tag d1c5aa2eadf2383d6a94b442812e2fca1d5f17df v2.5.2
Author:	Nnogga <27819512+nnogga@users.noreply.github.com>
Date:	Tue Mar 26 17:33:57 2019 +0100

commit d1c5aa2eadf2383d6a94b442812e2fca1d5f17df
Author: Nnogga <27819512+nnogga@users.noreply.github.com>
Date:   Tue Mar 26 17:33:57 2019 +0100

    use GetPullColor function instead of directly indexing color

commit fcc01ce2dc11eee788f35643ed006dbb6baebc4a
Author: Nnogga <27819512+nnogga@users.noreply.github.com>
Date:   Tue Mar 26 17:30:56 2019 +0100

    version update

commit fcc01ce2dc11eee788f35643ed006dbb6baebc4a
Author: Nnogga <27819512+nnogga@users.noreply.github.com>
Date:   Tue Mar 26 17:30:56 2019 +0100

    version update

commit 94539bf4635e0c443d73b229a48cfe5ce739317d
Author: Nnogga <27819512+nnogga@users.noreply.github.com>
Date:   Tue Mar 26 17:30:42 2019 +0100

    fix more coloring errors

commit 0b3872e148ec372dca74e841a7035bf4d153358a
Author: Tarek <tarek.schwarzinger@googlemail.com>
Date:   Mon Mar 25 22:35:26 2019 +0100

    Pull coloring
    - Fixed a bug that caused the last colored pull to get the color from the newly selected one
      - SetColorRGB instantly calls the swatch function for the newly set color. Unfortunately that was the swatch function from the last edited pull, so it's color got set to the color from the new pull you want to color.
        --> Swapped the order of setting up the ColorPicker in the text click function (single & multi select)

