BUG: Method Name not Fully Displayed

Forums 💬 FlowCanvas ⚙️ Support BUG: Method Name not Fully Displayed

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21626
    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.

      #21627
      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.

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