summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framebuffer/fb_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/fb_gui.c b/framebuffer/fb_gui.c
index bc86ba11b..ef7845fef 100644
--- a/framebuffer/fb_gui.c
+++ b/framebuffer/fb_gui.c
@@ -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;