• ROOL's avatar
    Fix for being unable to change None and colour setting in a single call · b593acf4
    ROOL authored
    Detail:
      SWI ColourPicker_UpdateDialogue allows the possibility of changing both colour and transparency state by setting bits 1 and 6 of the input flags.
      However, bit 6 has the side effect of using the Set_Values entry point which calls the colour changed model SWI which unsets the 'None' flag because the colour was set. Swap around the order of actioning the flags such that the colour is set before considering the new 'None' setting.
    Admin:
      Discovered during Toolbox Unification bounty work.
    b593acf4
dialogue 63.3 KB