Reply To: BUG: Method Name not Fully Displayed

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

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