Fix silly mistake moving cursor to top left all the time
svn path=/trunk/netsurf/; revision=6502
This commit is contained in:
parent
81c0d52317
commit
aab2b32e23
|
@ -265,7 +265,7 @@ void gui_poll(bool active)
|
|||
if (redraws_pending == true) {
|
||||
struct gui_window *g;
|
||||
|
||||
fb_cursor_move(framebuffer, 0,0);
|
||||
fb_cursor_move(framebuffer, fb_cursor_x(framebuffer), fb_cursor_y(framebuffer));
|
||||
|
||||
redraws_pending = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue