BUG: Method Name not Fully Displayed

FlowCanvas Forums Support BUG: Method Name not Fully Displayed

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2244
    paradiddle
    Participant

    When upgraded from v2.8.5, a method name will not be fully displayed if it’s inherited from the parent class and contains a underscore.
    Only the part after the underscore is displayed.
    It happens in v2.9.0, and still presents in v2.9.1.

    #2247
    Gavalakis
    Keymaster

    Hello,

    Thanks for letting me know.
    To fix this, please open up StringUtils.cs and change line #29 with this line of code:
    if ( underscoreIndex <= 1 ) {

    Thank you.

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.