mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Don't use Allegro's OTHER_PATH_SEPARATOR_ constant in ui::Entry
This commit is contained in:
parent
30d09c9334
commit
6a10b77baf
@ -667,7 +667,7 @@ void Entry::executeCmd(EntryCmd cmd, int unicodeChar, bool shift_pressed)
|
||||
|
||||
#define IS_WORD_CHAR(ch) \
|
||||
(!((!ch) || (std::isspace(ch)) || \
|
||||
((ch) == '/') || ((ch) == OTHER_PATH_SEPARATOR)))
|
||||
((ch) == '/') || ((ch) == '\\')))
|
||||
|
||||
void Entry::forwardWord()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user