Movie editor: Fix displaying unicode characters
This commit is contained in:
parent
3f493d24d1
commit
9f7008bf2a
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ void wxeditor_movie::_moviepanel::render_linen(text_framebuffer& fb, controller_
|
|||
fb.write(i.title, 0, divcnt + 1 + i.position_left, y, 0x000000, 0xFFFFFF);
|
||||
} else if(i.type == 0) {
|
||||
//Button.
|
||||
char c[2];
|
||||
char32_t c[2];
|
||||
bool v = (fcontrols.read_index(f, i.index) != 0);
|
||||
c[0] = i.ch;
|
||||
c[1] = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue