You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ebruck
changed the title
Unable do reorder group/stations that have unicode characters
Unable to reorder group/stations that have unicode characters
Jan 1, 2018
mburns83
added a commit
to mburns83/radiotray-ng
that referenced
this issue
Jan 3, 2018
Group and station names containing Unicode characters were failing when
attempting drag-n-drop operations. Added logic to intentionally convert
the strings between wxString and std::string resolves the issue.
Fixesebruck#47
Group and station names containing Unicode characters were failing when
attempting drag-n-drop operations. Added logic to intentionally convert
the strings between wxString and std::string resolves the issue.
Fixes#47
A station like this cannot be reordered:
It also appears that a station within a unicode group isn't movable even if its name is in plain text.
The text was updated successfully, but these errors were encountered: