aseprite / laf

A C++ library to create desktop applications
https://aseprite.github.io/laf/
MIT License
274 stars 58 forks source link

Add removeEscapeCharFromText() function to 'base::string' #88

Closed Gasparoken closed 2 months ago

Gasparoken commented 2 months ago

This addition is needed in the PR: https://github.com/aseprite/aseprite/pull/4453 to solve issue: https://github.com/aseprite/aseprite/issues/4387 (Duplicate shortcut key configuration items in Keyboard shortcuts)

dacap commented 2 months ago

This function is too Aseprite-specific (mainly from the ui-lib). You can just add a function to ui (probably ui/intern.h).